Html Css Color HEX #C28A09 Dark Goldenrod

📋 copy color: '#C28A09'

red 194 ◦ green 138 ◦ blue 9

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

Shades of Dark Goldenrod #C28A09

Tints of Dark Goldenrod #C28A09

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.47%

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

R = 56.89%
G = 40.47%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C28A09 (or 0xC28A09) is known color: Dark Goldenrod. HEX triplet: C2, 8A and 09. RGB value is (194,138,9). Sum of RGB (Red+Green+Blue) = 194+138+9=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28A09 is #3D75F6. Grayscale: #8C8C8C. Windows color (decimal): -4027895 or 625346. OLE color: 625346.

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

Color convert

RGB 194 138 9 -
CMYK 0 0.29 0.95 0.24
HSL 41.84º 0.91% 0.4% -
HSV(B) 41.84º 0.95% 0.76% -
XYZ 31.39 29.67 4.33 -
YUV 140.04 54.05 166.49 -
System Red Green Blue C M Y K H S L
Decimal 194 138 9 0 0.29 0.95 0.24 41.84 0.91 0.4
Hex C2 8A 9 0 1D 5F 18 2A 5B 28
Octal 302 212 11 0 35 137 30 52 133 50
Binary 11000010 10001010 1001 0 11101 1011111 11000 101010 1011011 101000

Color Harmonies of #C28A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A09

Black with #C28A09

Text Example


Text Example

White with #C28A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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