Html Css Color HEX #C68002 Dark Goldenrod

📋 copy color: '#C68002'

red 198 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #C68002

Tints of Dark Goldenrod #C68002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.02%

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

R = 60.37%
G = 39.02%
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

#C68002 (or 0xC68002) is known color: Dark Goldenrod. HEX triplet: C6, 80 and 02. RGB value is (198,128,2). Sum of RGB (Red+Green+Blue) = 198+128+2=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C68002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68002 is #397FFD. Grayscale: #878787. Windows color (decimal): -3768318 or 164038. OLE color: 164038.

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

Color convert

RGB 198 128 2 -
CMYK 0 0.35 0.99 0.22
HSL 38.57º 0.98% 0.39% -
HSV(B) 38.57º 0.99% 0.78% -
XYZ 31.02 27.45 3.72 -
YUV 134.57 53.19 173.25 -
System Red Green Blue C M Y K H S L
Decimal 198 128 2 0 0.35 0.99 0.22 38.57 0.98 0.39
Hex C6 80 2 0 23 63 16 27 62 27
Octal 306 200 2 0 43 143 26 47 142 47
Binary 11000110 10000000 10 0 100011 1100011 10110 100111 1100010 100111

Color Harmonies of #C68002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68002

Black with #C68002

Text Example


Text Example

White with #C68002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68002; }

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

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

background-color css

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

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

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

border-color css

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

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

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