Html Css Color HEX #C67207 Dark Goldenrod

📋 copy color: '#C67207'

red 198 ◦ green 114 ◦ blue 7

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

Shades of Dark Goldenrod #C67207

Tints of Dark Goldenrod #C67207

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.74%

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 62.07%
G = 35.74%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C67207 (or 0xC67207) is known color: Dark Goldenrod. HEX triplet: C6, 72 and 07. RGB value is (198,114,7). Sum of RGB (Red+Green+Blue) = 198+114+7=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C67207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67207 is #398DF8. Grayscale: #7F7F7F. Windows color (decimal): -3771897 or 488134. OLE color: 488134.

HSL color Cylindrical-coordinate representation of color #C67207: hue angle of 33.61º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C67207 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 114 7 -
CMYK 0 0.42 0.96 0.22
HSL 33.61º 0.93% 0.4% -
HSV(B) 33.61º 0.96% 0.78% -
XYZ 29.34 24.06 3.3 -
YUV 126.92 60.33 178.7 -
System Red Green Blue C M Y K H S L
Decimal 198 114 7 0 0.42 0.96 0.22 33.61 0.93 0.4
Hex C6 72 7 0 2A 60 16 22 5D 28
Octal 306 162 7 0 52 140 26 42 135 50
Binary 11000110 1110010 111 0 101010 1100000 10110 100010 1011101 101000

Color Harmonies of #C67207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67207

Black with #C67207

Text Example


Text Example

White with #C67207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67207; }

 p { color: rgb(198,114,7); }

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

background-color css

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

 a { background-color: rgb(198,114,7); }

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

border-color css

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

 span { border-color: rgb(198,114,7); }

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