Html Css Color HEX #C28403 Dark Goldenrod

📋 copy color: '#C28403'

red 194 ◦ green 132 ◦ blue 3

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

Shades of Dark Goldenrod #C28403

Tints of Dark Goldenrod #C28403

RGB

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

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

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

R = 58.97%
G = 40.12%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C28403 (or 0xC28403) is known color: Dark Goldenrod. HEX triplet: C2, 84 and 03. RGB value is (194,132,3). Sum of RGB (Red+Green+Blue) = 194+132+3=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C28403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28403 is #3D7BFC. Grayscale: #888888. Windows color (decimal): -4029437 or 230594. OLE color: 230594.

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

Color convert

RGB 194 132 3 -
CMYK 0 0.32 0.98 0.24
HSL 40.52º 0.97% 0.39% -
HSV(B) 40.52º 0.98% 0.76% -
XYZ 30.52 27.98 3.88 -
YUV 135.83 53.04 169.49 -
System Red Green Blue C M Y K H S L
Decimal 194 132 3 0 0.32 0.98 0.24 40.52 0.97 0.39
Hex C2 84 3 0 20 62 18 29 61 27
Octal 302 204 3 0 40 142 30 51 141 47
Binary 11000010 10000100 11 0 100000 1100010 11000 101001 1100001 100111

Color Harmonies of #C28403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28403

Black with #C28403

Text Example


Text Example

White with #C28403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28403; }

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

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

background-color css

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

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

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

border-color css

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

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

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