Html Css Color HEX #C07F07 Dark Goldenrod

📋 copy color: '#C07F07'

red 192 ◦ green 127 ◦ blue 7

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

Shades of Dark Goldenrod #C07F07

Tints of Dark Goldenrod #C07F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.15%

R = 58.9%
G = 38.96%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C07F07 (or 0xC07F07) is known color: Dark Goldenrod. HEX triplet: C0, 7F and 07. RGB value is (192,127,7). Sum of RGB (Red+Green+Blue) = 192+127+7=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07F07 is #3F80F8. Grayscale: #858585. Windows color (decimal): -4161785 or 491456. OLE color: 491456.

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

Color convert

RGB 192 127 7 -
CMYK 0 0.34 0.96 0.25
HSL 38.92º 0.93% 0.39% -
HSV(B) 38.92º 0.96% 0.75% -
XYZ 29.37 26.4 3.75 -
YUV 132.76 57.03 170.26 -
System Red Green Blue C M Y K H S L
Decimal 192 127 7 0 0.34 0.96 0.25 38.92 0.93 0.39
Hex C0 7F 7 0 22 60 19 27 5D 27
Octal 300 177 7 0 42 140 31 47 135 47
Binary 11000000 1111111 111 0 100010 1100000 11001 100111 1011101 100111

Color Harmonies of #C07F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F07

Black with #C07F07

Text Example


Text Example

White with #C07F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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