Html Css Color HEX #C67502 Dark Goldenrod

📋 copy color: '#C67502'

red 198 ◦ green 117 ◦ blue 2

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

Shades of Dark Goldenrod #C67502

Tints of Dark Goldenrod #C67502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.91%

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

R = 62.46%
G = 36.91%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C67502 (or 0xC67502) is known color: Dark Goldenrod. HEX triplet: C6, 75 and 02. RGB value is (198,117,2). Sum of RGB (Red+Green+Blue) = 198+117+2=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C67502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67502 is #398AFD. Grayscale: #808080. Windows color (decimal): -3771134 or 161222. OLE color: 161222.

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

Color convert

RGB 198 117 2 -
CMYK 0 0.41 0.99 0.22
HSL 35.2º 0.98% 0.39% -
HSV(B) 35.2º 0.99% 0.78% -
XYZ 29.66 24.73 3.27 -
YUV 128.11 56.84 177.85 -
System Red Green Blue C M Y K H S L
Decimal 198 117 2 0 0.41 0.99 0.22 35.2 0.98 0.39
Hex C6 75 2 0 29 63 16 23 62 27
Octal 306 165 2 0 51 143 26 43 142 47
Binary 11000110 1110101 10 0 101001 1100011 10110 100011 1100010 100111

Color Harmonies of #C67502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67502

Black with #C67502

Text Example


Text Example

White with #C67502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67502; }

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

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

background-color css

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

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

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

border-color css

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

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

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