Html Css Color HEX #C08F10 Dark Goldenrod

📋 copy color: '#C08F10'

red 192 ◦ green 143 ◦ blue 16

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

Shades of Dark Goldenrod #C08F10

Tints of Dark Goldenrod #C08F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.56%

R = 54.7%
G = 40.74%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C08F10 (or 0xC08F10) is known color: Dark Goldenrod. HEX triplet: C0, 8F and 10. RGB value is (192,143,16). Sum of RGB (Red+Green+Blue) = 192+143+16=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08F10 is #3F70EF. Grayscale: #8F8F8F. Windows color (decimal): -4157680 or 1085376. OLE color: 1085376.

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

Color convert

RGB 192 143 16 -
CMYK 0 0.26 0.92 0.25
HSL 43.3º 0.85% 0.41% -
HSV(B) 43.3º 0.92% 0.75% -
XYZ 31.65 30.89 4.78 -
YUV 143.17 56.23 162.83 -
System Red Green Blue C M Y K H S L
Decimal 192 143 16 0 0.26 0.92 0.25 43.3 0.85 0.41
Hex C0 8F 10 0 1A 5C 19 2B 55 29
Octal 300 217 20 0 32 134 31 53 125 51
Binary 11000000 10001111 10000 0 11010 1011100 11001 101011 1010101 101001

Color Harmonies of #C08F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F10

Black with #C08F10

Text Example


Text Example

White with #C08F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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