Html Css Color HEX #C07F02 Dark Goldenrod

📋 copy color: '#C07F02'

red 192 ◦ green 127 ◦ blue 2

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

Shades of Dark Goldenrod #C07F02

Tints of Dark Goldenrod #C07F02

RGB

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

 GREEN value IS 127 (50% from 255) = 39.56%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 59.81%
G = 39.56%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C07F02 (or 0xC07F02) is known color: Dark Goldenrod. HEX triplet: C0, 7F and 02. RGB value is (192,127,2). Sum of RGB (Red+Green+Blue) = 192+127+2=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07F02 is #3F80FD. Grayscale: #848484. Windows color (decimal): -4161790 or 163776. OLE color: 163776.

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

Color convert

RGB 192 127 2 -
CMYK 0 0.34 0.99 0.25
HSL 39.47º 0.98% 0.38% -
HSV(B) 39.47º 0.99% 0.75% -
XYZ 29.34 26.39 3.6 -
YUV 132.19 54.53 170.66 -
System Red Green Blue C M Y K H S L
Decimal 192 127 2 0 0.34 0.99 0.25 39.47 0.98 0.38
Hex C0 7F 2 0 22 63 19 27 62 26
Octal 300 177 2 0 42 143 31 47 142 46
Binary 11000000 1111111 10 0 100010 1100011 11001 100111 1100010 100110

Color Harmonies of #C07F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F02

Black with #C07F02

Text Example


Text Example

White with #C07F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F02; }

 p { color: rgb(192,127,2); }

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

background-color css

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

 a { background-color: rgb(192,127,2); }

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

border-color css

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

 span { border-color: rgb(192,127,2); }

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