Html Css Color HEX #C07601 Dark Goldenrod

📋 copy color: '#C07601'

red 192 ◦ green 118 ◦ blue 1

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

Shades of Dark Goldenrod #C07601

Tints of Dark Goldenrod #C07601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.94%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 61.74%
G = 37.94%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C07601 (or 0xC07601) is known color: Dark Goldenrod. HEX triplet: C0, 76 and 01. RGB value is (192,118,1). Sum of RGB (Red+Green+Blue) = 192+118+1=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C07601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07601 is #3F89FE. Grayscale: #7F7F7F. Windows color (decimal): -4164095 or 95936. OLE color: 95936.

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

Color convert

RGB 192 118 1 -
CMYK 0 0.39 0.99 0.25
HSL 36.75º 0.99% 0.38% -
HSV(B) 36.75º 0.99% 0.75% -
XYZ 28.22 24.17 3.21 -
YUV 126.79 57.02 174.51 -
System Red Green Blue C M Y K H S L
Decimal 192 118 1 0 0.39 0.99 0.25 36.75 0.99 0.38
Hex C0 76 1 0 27 63 19 25 63 26
Octal 300 166 1 0 47 143 31 45 143 46
Binary 11000000 1110110 1 0 100111 1100011 11001 100101 1100011 100110

Color Harmonies of #C07601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07601

Black with #C07601

Text Example


Text Example

White with #C07601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07601; }

 p { color: rgb(192,118,1); }

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

background-color css

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

 a { background-color: rgb(192,118,1); }

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

border-color css

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

 span { border-color: rgb(192,118,1); }

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