Html Css Color HEX #C28402 Dark Goldenrod

📋 copy color: '#C28402'

red 194 ◦ green 132 ◦ blue 2

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

Shades of Dark Goldenrod #C28402

Tints of Dark Goldenrod #C28402

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.24%

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

R = 59.15%
G = 40.24%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C28402 (or 0xC28402) is known color: Dark Goldenrod. HEX triplet: C2, 84 and 02. RGB value is (194,132,2). Sum of RGB (Red+Green+Blue) = 194+132+2=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C28402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28402 is #3D7BFD. Grayscale: #888888. Windows color (decimal): -4029438 or 165058. OLE color: 165058.

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

Color convert

RGB 194 132 2 -
CMYK 0 0.32 0.99 0.24
HSL 40.63º 0.98% 0.38% -
HSV(B) 40.63º 0.99% 0.76% -
XYZ 30.51 27.98 3.85 -
YUV 135.72 52.54 169.57 -
System Red Green Blue C M Y K H S L
Decimal 194 132 2 0 0.32 0.99 0.24 40.63 0.98 0.38
Hex C2 84 2 0 20 63 18 29 62 26
Octal 302 204 2 0 40 143 30 51 142 46
Binary 11000010 10000100 10 0 100000 1100011 11000 101001 1100010 100110

Color Harmonies of #C28402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28402

Black with #C28402

Text Example


Text Example

White with #C28402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28402; }

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

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

background-color css

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

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

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

border-color css

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

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

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