Html Css Color HEX #C67202 Dark Goldenrod

📋 copy color: '#C67202'

red 198 ◦ green 114 ◦ blue 2

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

Shades of Dark Goldenrod #C67202

Tints of Dark Goldenrod #C67202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.31%

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

R = 63.06%
G = 36.31%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C67202 (or 0xC67202) is known color: Dark Goldenrod. HEX triplet: C6, 72 and 02. RGB value is (198,114,2). Sum of RGB (Red+Green+Blue) = 198+114+2=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C67202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67202 is #398DFD. Grayscale: #7E7E7E. Windows color (decimal): -3771902 or 160454. OLE color: 160454.

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

Color convert

RGB 198 114 2 -
CMYK 0 0.42 0.99 0.22
HSL 34.29º 0.98% 0.39% -
HSV(B) 34.29º 0.99% 0.78% -
XYZ 29.32 24.04 3.15 -
YUV 126.35 57.83 179.11 -
System Red Green Blue C M Y K H S L
Decimal 198 114 2 0 0.42 0.99 0.22 34.29 0.98 0.39
Hex C6 72 2 0 2A 63 16 22 62 27
Octal 306 162 2 0 52 143 26 42 142 47
Binary 11000110 1110010 10 0 101010 1100011 10110 100010 1100010 100111

Color Harmonies of #C67202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67202

Black with #C67202

Text Example


Text Example

White with #C67202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67202; }

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

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

background-color css

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

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

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

border-color css

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

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

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