Html Css Color HEX #C08F01 Dark Goldenrod

📋 copy color: '#C08F01'

red 192 ◦ green 143 ◦ blue 1

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

Shades of Dark Goldenrod #C08F01

Tints of Dark Goldenrod #C08F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 57.14%
G = 42.56%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C08F01 (or 0xC08F01) is known color: Dark Goldenrod. HEX triplet: C0, 8F and 01. RGB value is (192,143,1). Sum of RGB (Red+Green+Blue) = 192+143+1=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08F01 is #3F70FE. Grayscale: #8E8E8E. Windows color (decimal): -4157695 or 102336. OLE color: 102336.

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

Color convert

RGB 192 143 1 -
CMYK 0 0.26 0.99 0.25
HSL 44.61º 0.99% 0.38% -
HSV(B) 44.61º 0.99% 0.75% -
XYZ 31.57 30.85 4.32 -
YUV 141.46 48.73 164.05 -
System Red Green Blue C M Y K H S L
Decimal 192 143 1 0 0.26 0.99 0.25 44.61 0.99 0.38
Hex C0 8F 1 0 1A 63 19 2D 63 26
Octal 300 217 1 0 32 143 31 55 143 46
Binary 11000000 10001111 1 0 11010 1100011 11001 101101 1100011 100110

Color Harmonies of #C08F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F01

Black with #C08F01

Text Example


Text Example

White with #C08F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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