Html Css Color HEX #C67805 Dark Goldenrod

📋 copy color: '#C67805'

red 198 ◦ green 120 ◦ blue 5

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

Shades of Dark Goldenrod #C67805

Tints of Dark Goldenrod #C67805

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.15%

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

R = 61.3%
G = 37.15%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C67805 (or 0xC67805) is known color: Dark Goldenrod. HEX triplet: C6, 78 and 05. RGB value is (198,120,5). Sum of RGB (Red+Green+Blue) = 198+120+5=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C67805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67805 is #3987FA. Grayscale: #828282. Windows color (decimal): -3770363 or 358598. OLE color: 358598.

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

Color convert

RGB 198 120 5 -
CMYK 0 0.39 0.97 0.22
HSL 35.75º 0.95% 0.4% -
HSV(B) 35.75º 0.97% 0.78% -
XYZ 30.03 25.45 3.47 -
YUV 130.21 57.34 176.35 -
System Red Green Blue C M Y K H S L
Decimal 198 120 5 0 0.39 0.97 0.22 35.75 0.95 0.4
Hex C6 78 5 0 27 61 16 24 5F 28
Octal 306 170 5 0 47 141 26 44 137 50
Binary 11000110 1111000 101 0 100111 1100001 10110 100100 1011111 101000

Color Harmonies of #C67805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67805

Black with #C67805

Text Example


Text Example

White with #C67805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67805; }

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

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

background-color css

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

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

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

border-color css

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

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

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