Html Css Color HEX #C67802 Dark Goldenrod

📋 copy color: '#C67802'

red 198 ◦ green 120 ◦ blue 2

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

Shades of Dark Goldenrod #C67802

Tints of Dark Goldenrod #C67802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 61.88%
G = 37.5%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C67802 (or 0xC67802) is known color: Dark Goldenrod. HEX triplet: C6, 78 and 02. RGB value is (198,120,2). Sum of RGB (Red+Green+Blue) = 198+120+2=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C67802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67802 is #3987FD. Grayscale: #828282. Windows color (decimal): -3770366 or 161990. OLE color: 161990.

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

Color convert

RGB 198 120 2 -
CMYK 0 0.39 0.99 0.22
HSL 36.12º 0.98% 0.39% -
HSV(B) 36.12º 0.99% 0.78% -
XYZ 30.02 25.44 3.39 -
YUV 129.87 55.84 176.59 -
System Red Green Blue C M Y K H S L
Decimal 198 120 2 0 0.39 0.99 0.22 36.12 0.98 0.39
Hex C6 78 2 0 27 63 16 24 62 27
Octal 306 170 2 0 47 143 26 44 142 47
Binary 11000110 1111000 10 0 100111 1100011 10110 100100 1100010 100111

Color Harmonies of #C67802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67802

Black with #C67802

Text Example


Text Example

White with #C67802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67802; }

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

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

background-color css

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

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

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

border-color css

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

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

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