Html Css Color HEX #C67800 Dark Goldenrod

📋 copy color: '#C67800'

red 198 ◦ green 120 ◦ blue 0

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

Shades of Dark Goldenrod #C67800

Tints of Dark Goldenrod #C67800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.26%
G = 37.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C67800 (or 0xC67800) is known color: Dark Goldenrod. HEX triplet: C6, 78 and 00. RGB value is (198,120,0). Sum of RGB (Red+Green+Blue) = 198+120+0=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C67800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67800 is #3987FF. Grayscale: #828282. Windows color (decimal): -3770368 or 30918. OLE color: 30918.

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

Color convert

RGB 198 120 0 -
CMYK 0 0.39 1 0.22
HSL 36.36º 1% 0.39% -
HSV(B) 36.36º 1% 0.78% -
XYZ 30.01 25.44 3.33 -
YUV 129.64 54.84 176.76 -
System Red Green Blue C M Y K H S L
Decimal 198 120 0 0 0.39 1 0.22 36.36 1 0.39
Hex C6 78 0 0 27 64 16 24 64 27
Octal 306 170 0 0 47 144 26 44 144 47
Binary 11000110 1111000 0 0 100111 1100100 10110 100100 1100100 100111

Color Harmonies of #C67800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67800

Black with #C67800

Text Example


Text Example

White with #C67800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67800; }

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

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

background-color css

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

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

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

border-color css

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

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

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