Html Css Color HEX #C2880F Dark Goldenrod

📋 copy color: '#C2880F'

red 194 ◦ green 136 ◦ blue 15

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

Shades of Dark Goldenrod #C2880F

Tints of Dark Goldenrod #C2880F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.42%

 BLUE value IS 15 (6.25% from 255) = 4.35%

R = 56.23%
G = 39.42%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2880F (or 0xC2880F) is known color: Dark Goldenrod. HEX triplet: C2, 88 and 0F. RGB value is (194,136,15). Sum of RGB (Red+Green+Blue) = 194+136+15=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C2880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2880F is #3D77F0. Grayscale: #8C8C8C. Windows color (decimal): -4028401 or 1018050. OLE color: 1018050.

HSL color Cylindrical-coordinate representation of color #C2880F: hue angle of 40.56º degrees, saturation: 0.86, 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 #C2880F is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 15 -
CMYK 0 0.30 0.92 0.24
HSL 40.56º 0.86% 0.41% -
HSV(B) 40.56º 0.92% 0.76% -
XYZ 31.14 29.11 4.43 -
YUV 139.55 57.72 166.84 -
System Red Green Blue C M Y K H S L
Decimal 194 136 15 0 0.30 0.92 0.24 40.56 0.86 0.41
Hex C2 88 F 0 1E 5C 18 29 56 29
Octal 302 210 17 0 36 134 30 51 126 51
Binary 11000010 10001000 1111 0 11110 1011100 11000 101001 1010110 101001

Color Harmonies of #C2880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2880F

Black with #C2880F

Text Example


Text Example

White with #C2880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2880F; }

 p { color: rgb(194,136,15); }

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

background-color css

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

 a { background-color: rgb(194,136,15); }

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

border-color css

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

 span { border-color: rgb(194,136,15); }

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