Html Css Color HEX #C28D0F Dark Goldenrod

📋 copy color: '#C28D0F'

red 194 ◦ green 141 ◦ blue 15

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

Shades of Dark Goldenrod #C28D0F

Tints of Dark Goldenrod #C28D0F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.29%

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

R = 55.43%
G = 40.29%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C28D0F (or 0xC28D0F) is known color: Dark Goldenrod. HEX triplet: C2, 8D and 0F. RGB value is (194,141,15). Sum of RGB (Red+Green+Blue) = 194+141+15=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28D0F is #3D72F0. Grayscale: #8F8F8F. Windows color (decimal): -4027121 or 1019330. OLE color: 1019330.

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

Color convert

RGB 194 141 15 -
CMYK 0 0.27 0.92 0.24
HSL 42.23º 0.86% 0.41% -
HSV(B) 42.23º 0.92% 0.76% -
XYZ 31.86 30.55 4.67 -
YUV 142.48 56.06 164.75 -
System Red Green Blue C M Y K H S L
Decimal 194 141 15 0 0.27 0.92 0.24 42.23 0.86 0.41
Hex C2 8D F 0 1B 5C 18 2A 56 29
Octal 302 215 17 0 33 134 30 52 126 51
Binary 11000010 10001101 1111 0 11011 1011100 11000 101010 1010110 101001

Color Harmonies of #C28D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D0F

Black with #C28D0F

Text Example


Text Example

White with #C28D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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