Html Css Color HEX #CDA106 Gamboge

📋 copy color: '#CDA106'

red 205 ◦ green 161 ◦ blue 6

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

Shades of Gamboge #CDA106

Tints of Gamboge #CDA106

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.28%

 BLUE value IS 6 (2.73% from 255) = 1.61%

R = 55.11%
G = 43.28%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CDA106 (or 0xCDA106) is known color: Gamboge. HEX triplet: CD, A1 and 06. RGB value is (205,161,6). Sum of RGB (Red+Green+Blue) = 205+161+6=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA106 is #325EF9. Grayscale: #9D9D9D. Windows color (decimal): -3301114 or 434637. OLE color: 434637.

HSL color Cylindrical-coordinate representation of color #CDA106: hue angle of 46.73º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDA106 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 161 6 -
CMYK 0 0.21 0.97 0.20
HSL 46.73º 0.94% 0.41% -
HSV(B) 46.73º 0.97% 0.8% -
XYZ 37.95 38.48 5.6 -
YUV 156.49 43.08 162.6 -
System Red Green Blue C M Y K H S L
Decimal 205 161 6 0 0.21 0.97 0.20 46.73 0.94 0.41
Hex CD A1 6 0 15 61 14 2F 5E 29
Octal 315 241 6 0 25 141 24 57 136 51
Binary 11001101 10100001 110 0 10101 1100001 10100 101111 1011110 101001

Color Harmonies of #CDA106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA106

Black with #CDA106

Text Example


Text Example

White with #CDA106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA106; }

 p { color: rgb(205,161,6); }

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

background-color css

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

 a { background-color: rgb(205,161,6); }

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

border-color css

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

 span { border-color: rgb(205,161,6); }

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