Html Css Color HEX #C08E09 Dark Goldenrod

📋 copy color: '#C08E09'

red 192 ◦ green 142 ◦ blue 9

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

Shades of Dark Goldenrod #C08E09

Tints of Dark Goldenrod #C08E09

RGB

 RED value IS 192 (75.39% from 255) = 55.98%

 GREEN value IS 142 (55.86% from 255) = 41.4%

 BLUE value IS 9 (3.91% from 255) = 2.62%

R = 55.98%
G = 41.4%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C08E09 (or 0xC08E09) is known color: Dark Goldenrod. HEX triplet: C0, 8E and 09. RGB value is (192,142,9). Sum of RGB (Red+Green+Blue) = 192+142+9=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08E09 is #3F71F6. Grayscale: #8E8E8E. Windows color (decimal): -4157943 or 626368. OLE color: 626368.

HSL color Cylindrical-coordinate representation of color #C08E09: hue angle of 43.61º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C08E09 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 142 9 -
CMYK 0 0.26 0.95 0.25
HSL 43.61º 0.91% 0.39% -
HSV(B) 43.61º 0.95% 0.75% -
XYZ 31.46 30.57 4.5 -
YUV 141.79 53.07 163.81 -
System Red Green Blue C M Y K H S L
Decimal 192 142 9 0 0.26 0.95 0.25 43.61 0.91 0.39
Hex C0 8E 9 0 1A 5F 19 2C 5B 27
Octal 300 216 11 0 32 137 31 54 133 47
Binary 11000000 10001110 1001 0 11010 1011111 11001 101100 1011011 100111

Color Harmonies of #C08E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E09

Black with #C08E09

Text Example


Text Example

White with #C08E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E09; }

 p { color: rgb(192,142,9); }

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

background-color css

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

 a { background-color: rgb(192,142,9); }

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

border-color css

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

 span { border-color: rgb(192,142,9); }

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