Html Css Color HEX #CE8A0C Dark Goldenrod

📋 copy color: '#CE8A0C'

red 206 ◦ green 138 ◦ blue 12

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

Shades of Dark Goldenrod #CE8A0C

Tints of Dark Goldenrod #CE8A0C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.76%

 BLUE value IS 12 (5.08% from 255) = 3.37%

R = 57.87%
G = 38.76%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE8A0C (or 0xCE8A0C) is known color: Dark Goldenrod. HEX triplet: CE, 8A and 0C. RGB value is (206,138,12). Sum of RGB (Red+Green+Blue) = 206+138+12=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8A0C is #3175F3. Grayscale: #909090. Windows color (decimal): -3241460 or 821966. OLE color: 821966.

HSL color Cylindrical-coordinate representation of color #CE8A0C: hue angle of 38.97º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE8A0C is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 138 12 -
CMYK 0 0.33 0.94 0.19
HSL 38.97º 0.89% 0.43% -
HSV(B) 38.97º 0.94% 0.81% -
XYZ 34.61 31.33 4.57 -
YUV 143.97 53.53 172.25 -
System Red Green Blue C M Y K H S L
Decimal 206 138 12 0 0.33 0.94 0.19 38.97 0.89 0.43
Hex CE 8A C 0 21 5E 13 27 59 2B
Octal 316 212 14 0 41 136 23 47 131 53
Binary 11001110 10001010 1100 0 100001 1011110 10011 100111 1011001 101011

Color Harmonies of #CE8A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8A0C

Black with #CE8A0C

Text Example


Text Example

White with #CE8A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8A0C; }

 p { color: rgb(206,138,12); }

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

background-color css

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

 a { background-color: rgb(206,138,12); }

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

border-color css

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

 span { border-color: rgb(206,138,12); }

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