Html Css Color HEX #C06F01 Dark Goldenrod

📋 copy color: '#C06F01'

red 192 ◦ green 111 ◦ blue 1

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

Shades of Dark Goldenrod #C06F01

Tints of Dark Goldenrod #C06F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.51%

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

R = 63.16%
G = 36.51%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C06F01 (or 0xC06F01) is known color: Dark Goldenrod. HEX triplet: C0, 6F and 01. RGB value is (192,111,1). Sum of RGB (Red+Green+Blue) = 192+111+1=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06F01 is #3F90FE. Grayscale: #7B7B7B. Windows color (decimal): -4165887 or 94144. OLE color: 94144.

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

Color convert

RGB 192 111 1 -
CMYK 0 0.42 0.99 0.25
HSL 34.55º 0.99% 0.38% -
HSV(B) 34.55º 0.99% 0.75% -
XYZ 27.43 22.58 2.94 -
YUV 122.68 59.34 177.44 -
System Red Green Blue C M Y K H S L
Decimal 192 111 1 0 0.42 0.99 0.25 34.55 0.99 0.38
Hex C0 6F 1 0 2A 63 19 23 63 26
Octal 300 157 1 0 52 143 31 43 143 46
Binary 11000000 1101111 1 0 101010 1100011 11001 100011 1100011 100110

Color Harmonies of #C06F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F01

Black with #C06F01

Text Example


Text Example

White with #C06F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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