Html Css Color HEX #CE9940 Anzac

📋 copy color: '#CE9940'

red 206 ◦ green 153 ◦ blue 64

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

Shades of Anzac #CE9940

Tints of Anzac #CE9940

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.17%

 BLUE value IS 64 (25.39% from 255) = 15.13%

R = 48.7%
G = 36.17%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE9940 (or 0xCE9940) is known color: Anzac. HEX triplet: CE, 99 and 40. RGB value is (206,153,64). Sum of RGB (Red+Green+Blue) = 206+153+64=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9940 is #3166BF. Grayscale: #9F9F9F. Windows color (decimal): -3237568 or 4233678. OLE color: 4233678.

HSL color Cylindrical-coordinate representation of color #CE9940: hue angle of 37.61º 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 #CE9940 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 153 64 -
CMYK 0 0.26 0.69 0.19
HSL 37.61º 0.59% 0.53% -
HSV(B) 37.61º 0.69% 0.81% -
XYZ 37.77 36.27 9.86 -
YUV 158.7 74.56 161.74 -
System Red Green Blue C M Y K H S L
Decimal 206 153 64 0 0.26 0.69 0.19 37.61 0.59 0.53
Hex CE 99 40 0 1A 45 13 26 3B 35
Octal 316 231 100 0 32 105 23 46 73 65
Binary 11001110 10011001 1000000 0 11010 1000101 10011 100110 111011 110101

Color Harmonies of #CE9940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9940

Black with #CE9940

Text Example


Text Example

White with #CE9940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9940; }

 p { color: rgb(206,153,64); }

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

background-color css

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

 a { background-color: rgb(206,153,64); }

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

border-color css

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

 span { border-color: rgb(206,153,64); }

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