Html Css Color HEX #C28419 Dark Goldenrod

📋 copy color: '#C28419'

red 194 ◦ green 132 ◦ blue 25

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

Shades of Dark Goldenrod #C28419

Tints of Dark Goldenrod #C28419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.12%

R = 55.27%
G = 37.61%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C28419 (or 0xC28419) is known color: Dark Goldenrod. HEX triplet: C2, 84 and 19. RGB value is (194,132,25). Sum of RGB (Red+Green+Blue) = 194+132+25=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C28419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28419 is #3D7BE6. Grayscale: #8A8A8A. Windows color (decimal): -4029415 or 1672386. OLE color: 1672386.

HSL color Cylindrical-coordinate representation of color #C28419: hue angle of 37.99º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C28419 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 132 25 -
CMYK 0 0.32 0.87 0.24
HSL 37.99º 0.77% 0.43% -
HSV(B) 37.99º 0.87% 0.76% -
XYZ 30.67 28.04 4.72 -
YUV 138.34 64.04 167.7 -
System Red Green Blue C M Y K H S L
Decimal 194 132 25 0 0.32 0.87 0.24 37.99 0.77 0.43
Hex C2 84 19 0 20 57 18 26 4D 2B
Octal 302 204 31 0 40 127 30 46 115 53
Binary 11000010 10000100 11001 0 100000 1010111 11000 100110 1001101 101011

Color Harmonies of #C28419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28419

Black with #C28419

Text Example


Text Example

White with #C28419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28419; }

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

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

background-color css

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

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

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

border-color css

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

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

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