Html Css Color HEX #CDA600 Gamboge

📋 copy color: '#CDA600'

red 205 ◦ green 166 ◦ blue 0

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

Shades of Gamboge #CDA600

Tints of Gamboge #CDA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.74%

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

R = 55.26%
G = 44.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CDA600 (or 0xCDA600) is known color: Gamboge. HEX triplet: CD, A6 and 00. RGB value is (205,166,0). Sum of RGB (Red+Green+Blue) = 205+166+0=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA600 is #3259FF. Grayscale: #9F9F9F. Windows color (decimal): -3299840 or 42701. OLE color: 42701.

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

Color convert

RGB 205 166 0 -
CMYK 0 0.19 1 0.20
HSL 48.59º 1% 0.4% -
HSV(B) 48.59º 1% 0.8% -
XYZ 38.81 40.25 5.72 -
YUV 158.74 38.42 161 -
System Red Green Blue C M Y K H S L
Decimal 205 166 0 0 0.19 1 0.20 48.59 1 0.4
Hex CD A6 0 0 13 64 14 31 64 28
Octal 315 246 0 0 23 144 24 61 144 50
Binary 11001101 10100110 0 0 10011 1100100 10100 110001 1100100 101000

Color Harmonies of #CDA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA600

Black with #CDA600

Text Example


Text Example

White with #CDA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA600; }

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

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

background-color css

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

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

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

border-color css

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

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

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