Html Css Color HEX #CDA201 Gamboge

📋 copy color: '#CDA201'

red 205 ◦ green 162 ◦ blue 1

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

Shades of Gamboge #CDA201

Tints of Gamboge #CDA201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 55.71%
G = 44.02%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CDA201 (or 0xCDA201) is known color: Gamboge. HEX triplet: CD, A2 and 01. RGB value is (205,162,1). Sum of RGB (Red+Green+Blue) = 205+162+1=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA201 is #325DFE. Grayscale: #9D9D9D. Windows color (decimal): -3300863 or 107213. OLE color: 107213.

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

Color convert

RGB 205 162 1 -
CMYK 0 0.21 1.00 0.20
HSL 47.35º 0.99% 0.4% -
HSV(B) 47.35º 1% 0.8% -
XYZ 38.1 38.82 5.51 -
YUV 156.5 40.25 162.59 -
System Red Green Blue C M Y K H S L
Decimal 205 162 1 0 0.21 1.00 0.20 47.35 0.99 0.4
Hex CD A2 1 0 15 64 14 2F 63 28
Octal 315 242 1 0 25 144 24 57 143 50
Binary 11001101 10100010 1 0 10101 1100100 10100 101111 1100011 101000

Color Harmonies of #CDA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA201

Black with #CDA201

Text Example


Text Example

White with #CDA201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA201; }

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

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

background-color css

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

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

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

border-color css

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

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

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