Html Css Color HEX #CE9D3F Anzac

📋 copy color: '#CE9D3F'

red 206 ◦ green 157 ◦ blue 63

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

Shades of Anzac #CE9D3F

Tints of Anzac #CE9D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.79%

R = 48.36%
G = 36.85%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE9D3F (or 0xCE9D3F) is known color: Anzac. HEX triplet: CE, 9D and 3F. RGB value is (206,157,63). Sum of RGB (Red+Green+Blue) = 206+157+63=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9D3F is #3162C0. Grayscale: #A1A1A1. Windows color (decimal): -3236545 or 4169166. OLE color: 4169166.

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

Color convert

RGB 206 157 63 -
CMYK 0 0.24 0.69 0.19
HSL 39.44º 0.59% 0.53% -
HSV(B) 39.44º 0.69% 0.81% -
XYZ 38.41 37.59 9.93 -
YUV 160.94 72.73 160.14 -
System Red Green Blue C M Y K H S L
Decimal 206 157 63 0 0.24 0.69 0.19 39.44 0.59 0.53
Hex CE 9D 3F 0 18 45 13 27 3B 35
Octal 316 235 77 0 30 105 23 47 73 65
Binary 11001110 10011101 111111 0 11000 1000101 10011 100111 111011 110101

Color Harmonies of #CE9D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9D3F

Black with #CE9D3F

Text Example


Text Example

White with #CE9D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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