Html Css Color HEX #CDA200 Gamboge

📋 copy color: '#CDA200'

red 205 ◦ green 162 ◦ blue 0

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

Shades of Gamboge #CDA200

Tints of Gamboge #CDA200

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.14%

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

R = 55.86%
G = 44.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CDA200 (or 0xCDA200) is known color: Gamboge. HEX triplet: CD, A2 and 00. RGB value is (205,162,0). Sum of RGB (Red+Green+Blue) = 205+162+0=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA200 is #325DFF. Grayscale: #9D9D9D. Windows color (decimal): -3300864 or 41677. OLE color: 41677.

HSL color Cylindrical-coordinate representation of color #CDA200: hue angle of 47.41º 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 #CDA200 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 162 0 -
CMYK 0 0.21 1 0.20
HSL 47.41º 1% 0.4% -
HSV(B) 47.41º 1% 0.8% -
XYZ 38.1 38.82 5.49 -
YUV 156.39 39.75 162.67 -
System Red Green Blue C M Y K H S L
Decimal 205 162 0 0 0.21 1 0.20 47.41 1 0.4
Hex CD A2 0 0 15 64 14 2F 64 28
Octal 315 242 0 0 25 144 24 57 144 50
Binary 11001101 10100010 0 0 10101 1100100 10100 101111 1100100 101000

Color Harmonies of #CDA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA200

Black with #CDA200

Text Example


Text Example

White with #CDA200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA200; }

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

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

background-color css

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

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

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

border-color css

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

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

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