Html Css Color HEX #C28102 Dark Goldenrod

📋 copy color: '#C28102'

red 194 ◦ green 129 ◦ blue 2

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

Shades of Dark Goldenrod #C28102

Tints of Dark Goldenrod #C28102

RGB

 RED value IS 194 (76.17% from 255) = 59.69%

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

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

R = 59.69%
G = 39.69%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C28102 (or 0xC28102) is known color: Dark Goldenrod. HEX triplet: C2, 81 and 02. RGB value is (194,129,2). Sum of RGB (Red+Green+Blue) = 194+129+2=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C28102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28102 is #3D7EFD. Grayscale: #868686. Windows color (decimal): -4030206 or 164290. OLE color: 164290.

HSL color Cylindrical-coordinate representation of color #C28102: hue angle of 39.69º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C28102 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 129 2 -
CMYK 0 0.34 0.99 0.24
HSL 39.69º 0.98% 0.38% -
HSV(B) 39.69º 0.99% 0.76% -
XYZ 30.11 27.17 3.72 -
YUV 133.96 53.53 170.83 -
System Red Green Blue C M Y K H S L
Decimal 194 129 2 0 0.34 0.99 0.24 39.69 0.98 0.38
Hex C2 81 2 0 22 63 18 28 62 26
Octal 302 201 2 0 42 143 30 50 142 46
Binary 11000010 10000001 10 0 100010 1100011 11000 101000 1100010 100110

Color Harmonies of #C28102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28102

Black with #C28102

Text Example


Text Example

White with #C28102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28102; }

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

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

background-color css

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

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

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

border-color css

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

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

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