Html Css Color HEX #C28B19 Dark Goldenrod

📋 copy color: '#C28B19'

red 194 ◦ green 139 ◦ blue 25

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

Shades of Dark Goldenrod #C28B19

Tints of Dark Goldenrod #C28B19

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.83%

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

R = 54.19%
G = 38.83%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C28B19 (or 0xC28B19) is known color: Dark Goldenrod. HEX triplet: C2, 8B and 19. RGB value is (194,139,25). Sum of RGB (Red+Green+Blue) = 194+139+25=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28B19 is #3D74E6. Grayscale: #8E8E8E. Windows color (decimal): -4027623 or 1674178. OLE color: 1674178.

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

Color convert

RGB 194 139 25 -
CMYK 0 0.28 0.87 0.24
HSL 40.47º 0.77% 0.43% -
HSV(B) 40.47º 0.87% 0.76% -
XYZ 31.66 30 5.04 -
YUV 142.45 61.72 164.77 -
System Red Green Blue C M Y K H S L
Decimal 194 139 25 0 0.28 0.87 0.24 40.47 0.77 0.43
Hex C2 8B 19 0 1C 57 18 28 4D 2B
Octal 302 213 31 0 34 127 30 50 115 53
Binary 11000010 10001011 11001 0 11100 1010111 11000 101000 1001101 101011

Color Harmonies of #C28B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B19

Black with #C28B19

Text Example


Text Example

White with #C28B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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