Html Css Color HEX #CD9A09 Gamboge

📋 copy color: '#CD9A09'

red 205 ◦ green 154 ◦ blue 9

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

Shades of Gamboge #CD9A09

Tints of Gamboge #CD9A09

RGB

 RED value IS 205 (80.47% from 255) = 55.71%

 GREEN value IS 154 (60.55% from 255) = 41.85%

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

R = 55.71%
G = 41.85%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CD9A09 (or 0xCD9A09) is known color: Gamboge. HEX triplet: CD, 9A and 09. RGB value is (205,154,9). Sum of RGB (Red+Green+Blue) = 205+154+9=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 9 (3.91% from 255 or 2.45% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9A09 is #3265F6. Grayscale: #999999. Windows color (decimal): -3302903 or 629453. OLE color: 629453.

HSL color Cylindrical-coordinate representation of color #CD9A09: hue angle of 44.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD9A09 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 154 9 -
CMYK 0 0.25 0.96 0.20
HSL 44.39º 0.92% 0.42% -
HSV(B) 44.39º 0.96% 0.8% -
XYZ 36.78 36.11 5.29 -
YUV 152.72 46.9 165.29 -
System Red Green Blue C M Y K H S L
Decimal 205 154 9 0 0.25 0.96 0.20 44.39 0.92 0.42
Hex CD 9A 9 0 19 60 14 2C 5C 2A
Octal 315 232 11 0 31 140 24 54 134 52
Binary 11001101 10011010 1001 0 11001 1100000 10100 101100 1011100 101010

Color Harmonies of #CD9A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9A09

Black with #CD9A09

Text Example


Text Example

White with #CD9A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9A09; }

 p { color: rgb(205,154,9); }

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

background-color css

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

 a { background-color: rgb(205,154,9); }

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

border-color css

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

 span { border-color: rgb(205,154,9); }

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