Html Css Color HEX #CDA000 Gamboge

📋 copy color: '#CDA000'

red 205 ◦ green 160 ◦ blue 0

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

Shades of Gamboge #CDA000

Tints of Gamboge #CDA000

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.84%

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

R = 56.16%
G = 43.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CDA000 (or 0xCDA000) is known color: Gamboge. HEX triplet: CD, A0 and 00. RGB value is (205,160,0). Sum of RGB (Red+Green+Blue) = 205+160+0=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA000 is #325FFF. Grayscale: #9B9B9B. Windows color (decimal): -3301376 or 41165. OLE color: 41165.

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

Color convert

RGB 205 160 0 -
CMYK 0 0.22 1 0.20
HSL 46.83º 1% 0.4% -
HSV(B) 46.83º 1% 0.8% -
XYZ 37.75 38.12 5.37 -
YUV 155.22 40.41 163.51 -
System Red Green Blue C M Y K H S L
Decimal 205 160 0 0 0.22 1 0.20 46.83 1 0.4
Hex CD A0 0 0 16 64 14 2F 64 28
Octal 315 240 0 0 26 144 24 57 144 50
Binary 11001101 10100000 0 0 10110 1100100 10100 101111 1100100 101000

Color Harmonies of #CDA000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA000

Black with #CDA000

Text Example


Text Example

White with #CDA000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA000; }

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

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

background-color css

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

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

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

border-color css

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

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

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