Html Css Color HEX #C28C0C Dark Goldenrod

📋 copy color: '#C28C0C'

red 194 ◦ green 140 ◦ blue 12

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

Shades of Dark Goldenrod #C28C0C

Tints of Dark Goldenrod #C28C0C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.46%

 BLUE value IS 12 (5.08% from 255) = 3.47%

R = 56.07%
G = 40.46%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C28C0C (or 0xC28C0C) is known color: Dark Goldenrod. HEX triplet: C2, 8C and 0C. RGB value is (194,140,12). Sum of RGB (Red+Green+Blue) = 194+140+12=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28C0C is #3D73F3. Grayscale: #8E8E8E. Windows color (decimal): -4027380 or 822466. OLE color: 822466.

HSL color Cylindrical-coordinate representation of color #C28C0C: hue angle of 42.2º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C28C0C is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 140 12 -
CMYK 0 0.28 0.94 0.24
HSL 42.2º 0.88% 0.4% -
HSV(B) 42.2º 0.94% 0.76% -
XYZ 31.69 30.25 4.52 -
YUV 141.55 54.89 165.41 -
System Red Green Blue C M Y K H S L
Decimal 194 140 12 0 0.28 0.94 0.24 42.2 0.88 0.4
Hex C2 8C C 0 1C 5E 18 2A 58 28
Octal 302 214 14 0 34 136 30 52 130 50
Binary 11000010 10001100 1100 0 11100 1011110 11000 101010 1011000 101000

Color Harmonies of #C28C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C0C

Black with #C28C0C

Text Example


Text Example

White with #C28C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C0C; }

 p { color: rgb(194,140,12); }

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

background-color css

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

 a { background-color: rgb(194,140,12); }

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

border-color css

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

 span { border-color: rgb(194,140,12); }

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