Html Css Color HEX #C67501 Dark Goldenrod

📋 copy color: '#C67501'

red 198 ◦ green 117 ◦ blue 1

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

Shades of Dark Goldenrod #C67501

Tints of Dark Goldenrod #C67501

RGB

 RED value IS 198 (77.73% from 255) = 62.66%

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

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

R = 62.66%
G = 37.03%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C67501 (or 0xC67501) is known color: Dark Goldenrod. HEX triplet: C6, 75 and 01. RGB value is (198,117,1). Sum of RGB (Red+Green+Blue) = 198+117+1=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C67501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67501 is #398AFE. Grayscale: #808080. Windows color (decimal): -3771135 or 95686. OLE color: 95686.

HSL color Cylindrical-coordinate representation of color #C67501: hue angle of 35.33º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C67501 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 117 1 -
CMYK 0 0.41 0.99 0.22
HSL 35.33º 0.99% 0.39% -
HSV(B) 35.33º 0.99% 0.78% -
XYZ 29.66 24.73 3.24 -
YUV 128 56.34 177.93 -
System Red Green Blue C M Y K H S L
Decimal 198 117 1 0 0.41 0.99 0.22 35.33 0.99 0.39
Hex C6 75 1 0 29 63 16 23 63 27
Octal 306 165 1 0 51 143 26 43 143 47
Binary 11000110 1110101 1 0 101001 1100011 10110 100011 1100011 100111

Color Harmonies of #C67501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67501

Black with #C67501

Text Example


Text Example

White with #C67501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67501; }

 p { color: rgb(198,117,1); }

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

background-color css

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

 a { background-color: rgb(198,117,1); }

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

border-color css

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

 span { border-color: rgb(198,117,1); }

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