Html Css Color HEX #C28F13 Dark Goldenrod

📋 copy color: '#C28F13'

red 194 ◦ green 143 ◦ blue 19

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

Shades of Dark Goldenrod #C28F13

Tints of Dark Goldenrod #C28F13

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.17%

 BLUE value IS 19 (7.81% from 255) = 5.34%

R = 54.49%
G = 40.17%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C28F13 (or 0xC28F13) is known color: Dark Goldenrod. HEX triplet: C2, 8F and 13. RGB value is (194,143,19). Sum of RGB (Red+Green+Blue) = 194+143+19=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28F13 is #3D70EC. Grayscale: #909090. Windows color (decimal): -4026605 or 1281986. OLE color: 1281986.

HSL color Cylindrical-coordinate representation of color #C28F13: hue angle of 42.51º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C28F13 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 143 19 -
CMYK 0 0.26 0.90 0.24
HSL 42.51º 0.82% 0.42% -
HSV(B) 42.51º 0.9% 0.76% -
XYZ 32.19 31.16 4.93 -
YUV 144.11 57.4 163.58 -
System Red Green Blue C M Y K H S L
Decimal 194 143 19 0 0.26 0.90 0.24 42.51 0.82 0.42
Hex C2 8F 13 0 1A 5A 18 2B 52 2A
Octal 302 217 23 0 32 132 30 53 122 52
Binary 11000010 10001111 10011 0 11010 1011010 11000 101011 1010010 101010

Color Harmonies of #C28F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F13

Black with #C28F13

Text Example


Text Example

White with #C28F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F13; }

 p { color: rgb(194,143,19); }

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

background-color css

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

 a { background-color: rgb(194,143,19); }

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

border-color css

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

 span { border-color: rgb(194,143,19); }

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