Html Css Color HEX #C67105 Dark Goldenrod

📋 copy color: '#C67105'

red 198 ◦ green 113 ◦ blue 5

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

Shades of Dark Goldenrod #C67105

Tints of Dark Goldenrod #C67105

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

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

R = 62.66%
G = 35.76%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C67105 (or 0xC67105) is known color: Dark Goldenrod. HEX triplet: C6, 71 and 05. RGB value is (198,113,5). Sum of RGB (Red+Green+Blue) = 198+113+5=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C67105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67105 is #398EFA. Grayscale: #7E7E7E. Windows color (decimal): -3772155 or 356806. OLE color: 356806.

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

Color convert

RGB 198 113 5 -
CMYK 0 0.43 0.97 0.22
HSL 33.58º 0.95% 0.4% -
HSV(B) 33.58º 0.97% 0.78% -
XYZ 29.22 23.83 3.2 -
YUV 126.1 59.66 179.28 -
System Red Green Blue C M Y K H S L
Decimal 198 113 5 0 0.43 0.97 0.22 33.58 0.95 0.4
Hex C6 71 5 0 2B 61 16 22 5F 28
Octal 306 161 5 0 53 141 26 42 137 50
Binary 11000110 1110001 101 0 101011 1100001 10110 100010 1011111 101000

Color Harmonies of #C67105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67105

Black with #C67105

Text Example


Text Example

White with #C67105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67105; }

 p { color: rgb(198,113,5); }

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

background-color css

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

 a { background-color: rgb(198,113,5); }

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

border-color css

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

 span { border-color: rgb(198,113,5); }

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