Html Css Color HEX #C0810F Dark Goldenrod

📋 copy color: '#C0810F'

red 192 ◦ green 129 ◦ blue 15

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

Shades of Dark Goldenrod #C0810F

Tints of Dark Goldenrod #C0810F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.39%

 BLUE value IS 15 (6.25% from 255) = 4.46%

R = 57.14%
G = 38.39%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0810F (or 0xC0810F) is known color: Dark Goldenrod. HEX triplet: C0, 81 and 0F. RGB value is (192,129,15). Sum of RGB (Red+Green+Blue) = 192+129+15=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0810F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0810F is #3F7EF0. Grayscale: #878787. Windows color (decimal): -4161265 or 1016256. OLE color: 1016256.

HSL color Cylindrical-coordinate representation of color #C0810F: hue angle of 38.64º degrees, saturation: 0.86, 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 #C0810F is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 129 15 -
CMYK 0 0.33 0.92 0.25
HSL 38.64º 0.86% 0.41% -
HSV(B) 38.64º 0.92% 0.75% -
XYZ 29.67 26.94 4.09 -
YUV 134.84 60.37 168.77 -
System Red Green Blue C M Y K H S L
Decimal 192 129 15 0 0.33 0.92 0.25 38.64 0.86 0.41
Hex C0 81 F 0 21 5C 19 27 56 29
Octal 300 201 17 0 41 134 31 47 126 51
Binary 11000000 10000001 1111 0 100001 1011100 11001 100111 1010110 101001

Color Harmonies of #C0810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0810F

Black with #C0810F

Text Example


Text Example

White with #C0810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0810F; }

 p { color: rgb(192,129,15); }

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

background-color css

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

 a { background-color: rgb(192,129,15); }

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

border-color css

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

 span { border-color: rgb(192,129,15); }

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