Html Css Color HEX #CD9A00 Gamboge

📋 copy color: '#CD9A00'

red 205 ◦ green 154 ◦ blue 0

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

Shades of Gamboge #CD9A00

Tints of Gamboge #CD9A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.1%
G = 42.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD9A00 (or 0xCD9A00) is known color: Gamboge. HEX triplet: CD, 9A and 00. RGB value is (205,154,0). Sum of RGB (Red+Green+Blue) = 205+154+0=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9A00 is #3265FF. Grayscale: #989898. Windows color (decimal): -3302912 or 39629. OLE color: 39629.

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

Color convert

RGB 205 154 0 -
CMYK 0 0.25 1 0.20
HSL 45.07º 1% 0.4% -
HSV(B) 45.07º 1% 0.8% -
XYZ 36.73 36.09 5.03 -
YUV 151.69 42.4 166.02 -
System Red Green Blue C M Y K H S L
Decimal 205 154 0 0 0.25 1 0.20 45.07 1 0.4
Hex CD 9A 0 0 19 64 14 2D 64 28
Octal 315 232 0 0 31 144 24 55 144 50
Binary 11001101 10011010 0 0 11001 1100100 10100 101101 1100100 101000

Color Harmonies of #CD9A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9A00

Black with #CD9A00

Text Example


Text Example

White with #CD9A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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