Html Css Color HEX #CDA205 Gamboge

📋 copy color: '#CDA205'

red 205 ◦ green 162 ◦ blue 5

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

Shades of Gamboge #CDA205

Tints of Gamboge #CDA205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 55.11%
G = 43.55%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CDA205 (or 0xCDA205) is known color: Gamboge. HEX triplet: CD, A2 and 05. RGB value is (205,162,5). Sum of RGB (Red+Green+Blue) = 205+162+5=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA205 is #325DFA. Grayscale: #9D9D9D. Windows color (decimal): -3300859 or 369357. OLE color: 369357.

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

Color convert

RGB 205 162 5 -
CMYK 0 0.21 0.98 0.20
HSL 47.1º 0.95% 0.41% -
HSV(B) 47.1º 0.98% 0.8% -
XYZ 38.12 38.83 5.63 -
YUV 156.96 42.25 162.27 -
System Red Green Blue C M Y K H S L
Decimal 205 162 5 0 0.21 0.98 0.20 47.1 0.95 0.41
Hex CD A2 5 0 15 62 14 2F 5F 29
Octal 315 242 5 0 25 142 24 57 137 51
Binary 11001101 10100010 101 0 10101 1100010 10100 101111 1011111 101001

Color Harmonies of #CDA205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA205

Black with #CDA205

Text Example


Text Example

White with #CDA205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA205; }

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

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

background-color css

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

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

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

border-color css

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

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

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