Html Css Color HEX #C28203 Dark Goldenrod

📋 copy color: '#C28203'

red 194 ◦ green 130 ◦ blue 3

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

Shades of Dark Goldenrod #C28203

Tints of Dark Goldenrod #C28203

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.76%

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 59.33%
G = 39.76%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C28203 (or 0xC28203) is known color: Dark Goldenrod. HEX triplet: C2, 82 and 03. RGB value is (194,130,3). Sum of RGB (Red+Green+Blue) = 194+130+3=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C28203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28203 is #3D7DFC. Grayscale: #878787. Windows color (decimal): -4029949 or 230082. OLE color: 230082.

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

Color convert

RGB 194 130 3 -
CMYK 0 0.33 0.98 0.24
HSL 39.9º 0.97% 0.39% -
HSV(B) 39.9º 0.98% 0.76% -
XYZ 30.25 27.44 3.79 -
YUV 134.66 53.7 170.33 -
System Red Green Blue C M Y K H S L
Decimal 194 130 3 0 0.33 0.98 0.24 39.9 0.97 0.39
Hex C2 82 3 0 21 62 18 28 61 27
Octal 302 202 3 0 41 142 30 50 141 47
Binary 11000010 10000010 11 0 100001 1100010 11000 101000 1100001 100111

Color Harmonies of #C28203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28203

Black with #C28203

Text Example


Text Example

White with #C28203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28203; }

 p { color: rgb(194,130,3); }

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

background-color css

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

 a { background-color: rgb(194,130,3); }

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

border-color css

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

 span { border-color: rgb(194,130,3); }

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