Html Css Color HEX #C08F09 Dark Goldenrod

📋 copy color: '#C08F09'

red 192 ◦ green 143 ◦ blue 9

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

Shades of Dark Goldenrod #C08F09

Tints of Dark Goldenrod #C08F09

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.57%

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

R = 55.81%
G = 41.57%
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

#C08F09 (or 0xC08F09) is known color: Dark Goldenrod. HEX triplet: C0, 8F and 09. RGB value is (192,143,9). Sum of RGB (Red+Green+Blue) = 192+143+9=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08F09 is #3F70F6. Grayscale: #8E8E8E. Windows color (decimal): -4157687 or 626624. OLE color: 626624.

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

Color convert

RGB 192 143 9 -
CMYK 0 0.26 0.95 0.25
HSL 43.93º 0.91% 0.39% -
HSV(B) 43.93º 0.95% 0.75% -
XYZ 31.61 30.87 4.55 -
YUV 142.38 52.73 163.4 -
System Red Green Blue C M Y K H S L
Decimal 192 143 9 0 0.26 0.95 0.25 43.93 0.91 0.39
Hex C0 8F 9 0 1A 5F 19 2C 5B 27
Octal 300 217 11 0 32 137 31 54 133 47
Binary 11000000 10001111 1001 0 11010 1011111 11001 101100 1011011 100111

Color Harmonies of #C08F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F09

Black with #C08F09

Text Example


Text Example

White with #C08F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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