Html Css Color HEX #C07504 Dark Goldenrod

📋 copy color: '#C07504'

red 192 ◦ green 117 ◦ blue 4

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

Shades of Dark Goldenrod #C07504

Tints of Dark Goldenrod #C07504

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.38%

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 61.34%
G = 37.38%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C07504 (or 0xC07504) is known color: Dark Goldenrod. HEX triplet: C0, 75 and 04. RGB value is (192,117,4). Sum of RGB (Red+Green+Blue) = 192+117+4=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C07504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07504 is #3F8AFB. Grayscale: #7F7F7F. Windows color (decimal): -4164348 or 292288. OLE color: 292288.

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

Color convert

RGB 192 117 4 -
CMYK 0 0.39 0.98 0.25
HSL 36.06º 0.96% 0.38% -
HSV(B) 36.06º 0.98% 0.75% -
XYZ 28.12 23.94 3.25 -
YUV 126.54 58.85 174.69 -
System Red Green Blue C M Y K H S L
Decimal 192 117 4 0 0.39 0.98 0.25 36.06 0.96 0.38
Hex C0 75 4 0 27 62 19 24 60 26
Octal 300 165 4 0 47 142 31 44 140 46
Binary 11000000 1110101 100 0 100111 1100010 11001 100100 1100000 100110

Color Harmonies of #C07504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07504

Black with #C07504

Text Example


Text Example

White with #C07504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07504; }

 p { color: rgb(192,117,4); }

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

background-color css

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

 a { background-color: rgb(192,117,4); }

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

border-color css

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

 span { border-color: rgb(192,117,4); }

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