Html Css Color HEX #CE8C05 Dark Goldenrod

📋 copy color: '#CE8C05'

red 206 ◦ green 140 ◦ blue 5

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

Shades of Dark Goldenrod #CE8C05

Tints of Dark Goldenrod #CE8C05

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.89%

 BLUE value IS 5 (2.34% from 255) = 1.42%

R = 58.69%
G = 39.89%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE8C05 (or 0xCE8C05) is known color: Dark Goldenrod. HEX triplet: CE, 8C and 05. RGB value is (206,140,5). Sum of RGB (Red+Green+Blue) = 206+140+5=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8C05 is #3173FA. Grayscale: #909090. Windows color (decimal): -3240955 or 363726. OLE color: 363726.

HSL color Cylindrical-coordinate representation of color #CE8C05: hue angle of 40.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE8C05 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 140 5 -
CMYK 0 0.32 0.98 0.19
HSL 40.3º 0.95% 0.41% -
HSV(B) 40.3º 0.98% 0.81% -
XYZ 34.86 31.89 4.46 -
YUV 144.34 49.37 171.98 -
System Red Green Blue C M Y K H S L
Decimal 206 140 5 0 0.32 0.98 0.19 40.3 0.95 0.41
Hex CE 8C 5 0 20 62 13 28 5F 29
Octal 316 214 5 0 40 142 23 50 137 51
Binary 11001110 10001100 101 0 100000 1100010 10011 101000 1011111 101001

Color Harmonies of #CE8C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C05

Black with #CE8C05

Text Example


Text Example

White with #CE8C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C05; }

 p { color: rgb(206,140,5); }

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

background-color css

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

 a { background-color: rgb(206,140,5); }

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

border-color css

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

 span { border-color: rgb(206,140,5); }

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