Html Css Color HEX #C28F10 Dark Goldenrod

📋 copy color: '#C28F10'

red 194 ◦ green 143 ◦ blue 16

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

Shades of Dark Goldenrod #C28F10

Tints of Dark Goldenrod #C28F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.53%

R = 54.96%
G = 40.51%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C28F10 (or 0xC28F10) is known color: Dark Goldenrod. HEX triplet: C2, 8F and 10. RGB value is (194,143,16). Sum of RGB (Red+Green+Blue) = 194+143+16=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28F10 is #3D70EF. Grayscale: #909090. Windows color (decimal): -4026608 or 1085378. OLE color: 1085378.

HSL color Cylindrical-coordinate representation of color #C28F10: hue angle of 42.81º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C28F10 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 143 16 -
CMYK 0 0.26 0.92 0.24
HSL 42.81º 0.85% 0.41% -
HSV(B) 42.81º 0.92% 0.76% -
XYZ 32.16 31.15 4.81 -
YUV 143.77 55.9 163.83 -
System Red Green Blue C M Y K H S L
Decimal 194 143 16 0 0.26 0.92 0.24 42.81 0.85 0.41
Hex C2 8F 10 0 1A 5C 18 2B 55 29
Octal 302 217 20 0 32 134 30 53 125 51
Binary 11000010 10001111 10000 0 11010 1011100 11000 101011 1010101 101001

Color Harmonies of #C28F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F10

Black with #C28F10

Text Example


Text Example

White with #C28F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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