Html Css Color HEX #CD983C Anzac

📋 copy color: '#CD983C'

red 205 ◦ green 152 ◦ blue 60

#CD983C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anzac #CD983C

Tints of Anzac #CD983C

RGB

 RED value IS 205 (80.47% from 255) = 49.16%

 GREEN value IS 152 (59.77% from 255) = 36.45%

 BLUE value IS 60 (23.83% from 255) = 14.39%

R = 49.16%
G = 36.45%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD983C (or 0xCD983C) is known color: Anzac. HEX triplet: CD, 98 and 3C. RGB value is (205,152,60). Sum of RGB (Red+Green+Blue) = 205+152+60=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD983C is #3267C3. Grayscale: #9D9D9D. Windows color (decimal): -3303364 or 3971277. OLE color: 3971277.

HSL color Cylindrical-coordinate representation of color #CD983C: hue angle of 38.07º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD983C is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 152 60 -
CMYK 0 0.26 0.71 0.20
HSL 38.07º 0.59% 0.52% -
HSV(B) 38.07º 0.71% 0.8% -
XYZ 37.22 35.76 9.22 -
YUV 157.36 73.06 161.98 -
System Red Green Blue C M Y K H S L
Decimal 205 152 60 0 0.26 0.71 0.20 38.07 0.59 0.52
Hex CD 98 3C 0 1A 47 14 26 3B 34
Octal 315 230 74 0 32 107 24 46 73 64
Binary 11001101 10011000 111100 0 11010 1000111 10100 100110 111011 110100

Color Harmonies of #CD983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD983C

Black with #CD983C

Text Example


Text Example

White with #CD983C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD983C; }

 p { color: rgb(205,152,60); }

 H1.HeaderClassName
 {
   color: #CD983C;
 }
 .AnyTagClassName
 {
   color: #CD983C;
 }
</style>

background-color css

<style>
 a { background-color: #CD983C; }

 a { background-color: rgb(205,152,60); }

 div.DivClassName
 {
   background-color: #CD983C;
 }
 .BgClassName
 {
   background-color: #CD983C;
 }
</style>

border-color css

<style>
 span { border-color: #CD983C; }

 span { border-color: rgb(205,152,60); }

 td.TdClassName
 {
   border-color: #CD983C;
 }
 .TagClassName
 {
   border-color: #CD983C;
 }
</style>