Html Css Color HEX #C28C09 Dark Goldenrod

📋 copy color: '#C28C09'

red 194 ◦ green 140 ◦ blue 9

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

Shades of Dark Goldenrod #C28C09

Tints of Dark Goldenrod #C28C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.62%

R = 56.56%
G = 40.82%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C28C09 (or 0xC28C09) is known color: Dark Goldenrod. HEX triplet: C2, 8C and 09. RGB value is (194,140,9). Sum of RGB (Red+Green+Blue) = 194+140+9=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28C09 is #3D73F6. Grayscale: #8D8D8D. Windows color (decimal): -4027383 or 625858. OLE color: 625858.

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

Color convert

RGB 194 140 9 -
CMYK 0 0.28 0.95 0.24
HSL 42.49º 0.91% 0.4% -
HSV(B) 42.49º 0.95% 0.76% -
XYZ 31.68 30.25 4.43 -
YUV 141.21 53.39 165.65 -
System Red Green Blue C M Y K H S L
Decimal 194 140 9 0 0.28 0.95 0.24 42.49 0.91 0.4
Hex C2 8C 9 0 1C 5F 18 2A 5B 28
Octal 302 214 11 0 34 137 30 52 133 50
Binary 11000010 10001100 1001 0 11100 1011111 11000 101010 1011011 101000

Color Harmonies of #C28C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C09

Black with #C28C09

Text Example


Text Example

White with #C28C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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