Html Css Color HEX #C67701 Dark Goldenrod

📋 copy color: '#C67701'

red 198 ◦ green 119 ◦ blue 1

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

Shades of Dark Goldenrod #C67701

Tints of Dark Goldenrod #C67701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.42%

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

R = 62.26%
G = 37.42%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C67701 (or 0xC67701) is known color: Dark Goldenrod. HEX triplet: C6, 77 and 01. RGB value is (198,119,1). Sum of RGB (Red+Green+Blue) = 198+119+1=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C67701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67701 is #3988FE. Grayscale: #818181. Windows color (decimal): -3770623 or 96198. OLE color: 96198.

HSL color Cylindrical-coordinate representation of color #C67701: hue angle of 35.94º 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 #C67701 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 119 1 -
CMYK 0 0.40 0.99 0.22
HSL 35.94º 0.99% 0.39% -
HSV(B) 35.94º 0.99% 0.78% -
XYZ 29.89 25.2 3.32 -
YUV 129.17 55.67 177.09 -
System Red Green Blue C M Y K H S L
Decimal 198 119 1 0 0.40 0.99 0.22 35.94 0.99 0.39
Hex C6 77 1 0 28 63 16 24 63 27
Octal 306 167 1 0 50 143 26 44 143 47
Binary 11000110 1110111 1 0 101000 1100011 10110 100100 1100011 100111

Color Harmonies of #C67701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67701

Black with #C67701

Text Example


Text Example

White with #C67701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67701; }

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

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

background-color css

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

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

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

border-color css

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

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

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