Html Css Color HEX #CE9D45 Anzac

📋 copy color: '#CE9D45'

red 206 ◦ green 157 ◦ blue 69

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

Shades of Anzac #CE9D45

Tints of Anzac #CE9D45

RGB

 RED value IS 206 (80.86% from 255) = 47.69%

 GREEN value IS 157 (61.72% from 255) = 36.34%

 BLUE value IS 69 (27.34% from 255) = 15.97%

R = 47.69%
G = 36.34%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE9D45 (or 0xCE9D45) is known color: Anzac. HEX triplet: CE, 9D and 45. RGB value is (206,157,69). Sum of RGB (Red+Green+Blue) = 206+157+69=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9D45 is #3162BA. Grayscale: #A2A2A2. Windows color (decimal): -3236539 or 4562382. OLE color: 4562382.

HSL color Cylindrical-coordinate representation of color #CE9D45: hue angle of 38.54º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE9D45 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 157 69 -
CMYK 0 0.24 0.67 0.19
HSL 38.54º 0.58% 0.54% -
HSV(B) 38.54º 0.67% 0.81% -
XYZ 38.58 37.67 10.87 -
YUV 161.62 75.73 159.66 -
System Red Green Blue C M Y K H S L
Decimal 206 157 69 0 0.24 0.67 0.19 38.54 0.58 0.54
Hex CE 9D 45 0 18 43 13 27 3A 36
Octal 316 235 105 0 30 103 23 47 72 66
Binary 11001110 10011101 1000101 0 11000 1000011 10011 100111 111010 110110

Color Harmonies of #CE9D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9D45

Black with #CE9D45

Text Example


Text Example

White with #CE9D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9D45; }

 p { color: rgb(206,157,69); }

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

background-color css

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

 a { background-color: rgb(206,157,69); }

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

border-color css

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

 span { border-color: rgb(206,157,69); }

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