Html Css Color HEX #C67804 Dark Goldenrod

📋 copy color: '#C67804'

red 198 ◦ green 120 ◦ blue 4

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

Shades of Dark Goldenrod #C67804

Tints of Dark Goldenrod #C67804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 61.49%
G = 37.27%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C67804 (or 0xC67804) is known color: Dark Goldenrod. HEX triplet: C6, 78 and 04. RGB value is (198,120,4). Sum of RGB (Red+Green+Blue) = 198+120+4=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C67804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67804 is #3987FB. Grayscale: #828282. Windows color (decimal): -3770364 or 293062. OLE color: 293062.

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

Color convert

RGB 198 120 4 -
CMYK 0 0.39 0.98 0.22
HSL 35.88º 0.96% 0.4% -
HSV(B) 35.88º 0.98% 0.78% -
XYZ 30.03 25.45 3.44 -
YUV 130.1 56.84 176.43 -
System Red Green Blue C M Y K H S L
Decimal 198 120 4 0 0.39 0.98 0.22 35.88 0.96 0.4
Hex C6 78 4 0 27 62 16 24 60 28
Octal 306 170 4 0 47 142 26 44 140 50
Binary 11000110 1111000 100 0 100111 1100010 10110 100100 1100000 101000

Color Harmonies of #C67804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67804

Black with #C67804

Text Example


Text Example

White with #C67804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67804; }

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

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

background-color css

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

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

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

border-color css

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

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

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