Html Css Color HEX #CD983E Anzac

📋 copy color: '#CD983E'

red 205 ◦ green 152 ◦ blue 62

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

Shades of Anzac #CD983E

Tints of Anzac #CD983E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.8%

R = 48.93%
G = 36.28%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD983E (or 0xCD983E) is known color: Anzac. HEX triplet: CD, 98 and 3E. RGB value is (205,152,62). Sum of RGB (Red+Green+Blue) = 205+152+62=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD983E is #3267C1. Grayscale: #9E9E9E. Windows color (decimal): -3303362 or 4102349. OLE color: 4102349.

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

Color convert

RGB 205 152 62 -
CMYK 0 0.26 0.70 0.20
HSL 37.76º 0.59% 0.52% -
HSV(B) 37.76º 0.7% 0.8% -
XYZ 37.27 35.78 9.5 -
YUV 157.59 74.06 161.82 -
System Red Green Blue C M Y K H S L
Decimal 205 152 62 0 0.26 0.70 0.20 37.76 0.59 0.52
Hex CD 98 3E 0 1A 46 14 26 3B 34
Octal 315 230 76 0 32 106 24 46 73 64
Binary 11001101 10011000 111110 0 11010 1000110 10100 100110 111011 110100

Color Harmonies of #CD983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD983E

Black with #CD983E

Text Example


Text Example

White with #CD983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD983E; }

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

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

background-color css

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

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

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

border-color css

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

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

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