Html Css Color HEX #C07F03 Dark Goldenrod

📋 copy color: '#C07F03'

red 192 ◦ green 127 ◦ blue 3

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

Shades of Dark Goldenrod #C07F03

Tints of Dark Goldenrod #C07F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 59.63%
G = 39.44%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C07F03 (or 0xC07F03) is known color: Dark Goldenrod. HEX triplet: C0, 7F and 03. RGB value is (192,127,3). Sum of RGB (Red+Green+Blue) = 192+127+3=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07F03 is #3F80FC. Grayscale: #848484. Windows color (decimal): -4161789 or 229312. OLE color: 229312.

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

Color convert

RGB 192 127 3 -
CMYK 0 0.34 0.98 0.25
HSL 39.37º 0.97% 0.38% -
HSV(B) 39.37º 0.98% 0.75% -
XYZ 29.34 26.39 3.63 -
YUV 132.3 55.03 170.58 -
System Red Green Blue C M Y K H S L
Decimal 192 127 3 0 0.34 0.98 0.25 39.37 0.97 0.38
Hex C0 7F 3 0 22 62 19 27 61 26
Octal 300 177 3 0 42 142 31 47 141 46
Binary 11000000 1111111 11 0 100010 1100010 11001 100111 1100001 100110

Color Harmonies of #C07F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F03

Black with #C07F03

Text Example


Text Example

White with #C07F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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