Html Css Color HEX #C28302 Dark Goldenrod

📋 copy color: '#C28302'

red 194 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #C28302

Tints of Dark Goldenrod #C28302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.06%

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

R = 59.33%
G = 40.06%
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

#C28302 (or 0xC28302) is known color: Dark Goldenrod. HEX triplet: C2, 83 and 02. RGB value is (194,131,2). Sum of RGB (Red+Green+Blue) = 194+131+2=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C28302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28302 is #3D7CFD. Grayscale: #878787. Windows color (decimal): -4029694 or 164802. OLE color: 164802.

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

Color convert

RGB 194 131 2 -
CMYK 0 0.32 0.99 0.24
HSL 40.31º 0.98% 0.38% -
HSV(B) 40.31º 0.99% 0.76% -
XYZ 30.38 27.71 3.8 -
YUV 135.13 52.87 169.99 -
System Red Green Blue C M Y K H S L
Decimal 194 131 2 0 0.32 0.99 0.24 40.31 0.98 0.38
Hex C2 83 2 0 20 63 18 28 62 26
Octal 302 203 2 0 40 143 30 50 142 46
Binary 11000010 10000011 10 0 100000 1100011 11000 101000 1100010 100110

Color Harmonies of #C28302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28302

Black with #C28302

Text Example


Text Example

White with #C28302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28302; }

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

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

background-color css

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

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

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

border-color css

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

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

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