Html Css Color HEX #C07905 Dark Goldenrod

📋 copy color: '#C07905'

red 192 ◦ green 121 ◦ blue 5

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

Shades of Dark Goldenrod #C07905

Tints of Dark Goldenrod #C07905

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.05%

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 60.38%
G = 38.05%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C07905 (or 0xC07905) is known color: Dark Goldenrod. HEX triplet: C0, 79 and 05. RGB value is (192,121,5). Sum of RGB (Red+Green+Blue) = 192+121+5=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C07905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07905 is #3F86FA. Grayscale: #818181. Windows color (decimal): -4163323 or 358848. OLE color: 358848.

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

Color convert

RGB 192 121 5 -
CMYK 0 0.37 0.97 0.25
HSL 37.22º 0.95% 0.39% -
HSV(B) 37.22º 0.97% 0.75% -
XYZ 28.6 24.89 3.44 -
YUV 129.01 58.02 172.93 -
System Red Green Blue C M Y K H S L
Decimal 192 121 5 0 0.37 0.97 0.25 37.22 0.95 0.39
Hex C0 79 5 0 25 61 19 25 5F 27
Octal 300 171 5 0 45 141 31 45 137 47
Binary 11000000 1111001 101 0 100101 1100001 11001 100101 1011111 100111

Color Harmonies of #C07905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07905

Black with #C07905

Text Example


Text Example

White with #C07905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07905; }

 p { color: rgb(192,121,5); }

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

background-color css

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

 a { background-color: rgb(192,121,5); }

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

border-color css

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

 span { border-color: rgb(192,121,5); }

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