Html Css Color HEX #CE9D41 Anzac

📋 copy color: '#CE9D41'

red 206 ◦ green 157 ◦ blue 65

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

Shades of Anzac #CE9D41

Tints of Anzac #CE9D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.19%

R = 48.13%
G = 36.68%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE9D41 (or 0xCE9D41) is known color: Anzac. HEX triplet: CE, 9D and 41. RGB value is (206,157,65). Sum of RGB (Red+Green+Blue) = 206+157+65=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9D41 is #3162BE. Grayscale: #A1A1A1. Windows color (decimal): -3236543 or 4300238. OLE color: 4300238.

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

Color convert

RGB 206 157 65 -
CMYK 0 0.24 0.68 0.19
HSL 39.15º 0.59% 0.53% -
HSV(B) 39.15º 0.68% 0.81% -
XYZ 38.46 37.62 10.23 -
YUV 161.16 73.73 159.98 -
System Red Green Blue C M Y K H S L
Decimal 206 157 65 0 0.24 0.68 0.19 39.15 0.59 0.53
Hex CE 9D 41 0 18 44 13 27 3B 35
Octal 316 235 101 0 30 104 23 47 73 65
Binary 11001110 10011101 1000001 0 11000 1000100 10011 100111 111011 110101

Color Harmonies of #CE9D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9D41

Black with #CE9D41

Text Example


Text Example

White with #CE9D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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