Html Css Color HEX #CE8D40 Anzac

📋 copy color: '#CE8D40'

red 206 ◦ green 141 ◦ blue 64

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

Shades of Anzac #CE8D40

Tints of Anzac #CE8D40

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.31%

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

R = 50.12%
G = 34.31%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE8D40 (or 0xCE8D40) is known color: Anzac. HEX triplet: CE, 8D and 40. RGB value is (206,141,64). Sum of RGB (Red+Green+Blue) = 206+141+64=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D40 is #3172BF. Grayscale: #989898. Windows color (decimal): -3240640 or 4230606. OLE color: 4230606.

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

Color convert

RGB 206 141 64 -
CMYK 0 0.32 0.69 0.19
HSL 32.54º 0.59% 0.53% -
HSV(B) 32.54º 0.69% 0.81% -
XYZ 35.9 32.54 9.24 -
YUV 151.66 78.53 166.76 -
System Red Green Blue C M Y K H S L
Decimal 206 141 64 0 0.32 0.69 0.19 32.54 0.59 0.53
Hex CE 8D 40 0 20 45 13 21 3B 35
Octal 316 215 100 0 40 105 23 41 73 65
Binary 11001110 10001101 1000000 0 100000 1000101 10011 100001 111011 110101

Color Harmonies of #CE8D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D40

Black with #CE8D40

Text Example


Text Example

White with #CE8D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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