Html Css Color HEX #C68102 Dark Goldenrod

📋 copy color: '#C68102'

red 198 ◦ green 129 ◦ blue 2

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

Shades of Dark Goldenrod #C68102

Tints of Dark Goldenrod #C68102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.21%

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

R = 60.18%
G = 39.21%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C68102 (or 0xC68102) is known color: Dark Goldenrod. HEX triplet: C6, 81 and 02. RGB value is (198,129,2). Sum of RGB (Red+Green+Blue) = 198+129+2=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C68102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68102 is #397EFD. Grayscale: #878787. Windows color (decimal): -3768062 or 164294. OLE color: 164294.

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

Color convert

RGB 198 129 2 -
CMYK 0 0.35 0.99 0.22
HSL 38.88º 0.98% 0.39% -
HSV(B) 38.88º 0.99% 0.78% -
XYZ 31.15 27.71 3.76 -
YUV 135.15 52.86 172.83 -
System Red Green Blue C M Y K H S L
Decimal 198 129 2 0 0.35 0.99 0.22 38.88 0.98 0.39
Hex C6 81 2 0 23 63 16 27 62 27
Octal 306 201 2 0 43 143 26 47 142 47
Binary 11000110 10000001 10 0 100011 1100011 10110 100111 1100010 100111

Color Harmonies of #C68102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68102

Black with #C68102

Text Example


Text Example

White with #C68102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68102; }

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

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

background-color css

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

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

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

border-color css

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

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

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