Html Css Color HEX #CDA305 Gamboge

📋 copy color: '#CDA305'

red 205 ◦ green 163 ◦ blue 5

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

Shades of Gamboge #CDA305

Tints of Gamboge #CDA305

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.7%

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

R = 54.96%
G = 43.7%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CDA305 (or 0xCDA305) is known color: Gamboge. HEX triplet: CD, A3 and 05. RGB value is (205,163,5). Sum of RGB (Red+Green+Blue) = 205+163+5=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA305 is #325CFA. Grayscale: #9E9E9E. Windows color (decimal): -3300603 or 369613. OLE color: 369613.

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

Color convert

RGB 205 163 5 -
CMYK 0 0.20 0.98 0.20
HSL 47.4º 0.95% 0.41% -
HSV(B) 47.4º 0.98% 0.8% -
XYZ 38.3 39.18 5.69 -
YUV 157.55 41.91 161.85 -
System Red Green Blue C M Y K H S L
Decimal 205 163 5 0 0.20 0.98 0.20 47.4 0.95 0.41
Hex CD A3 5 0 14 62 14 2F 5F 29
Octal 315 243 5 0 24 142 24 57 137 51
Binary 11001101 10100011 101 0 10100 1100010 10100 101111 1011111 101001

Color Harmonies of #CDA305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA305

Black with #CDA305

Text Example


Text Example

White with #CDA305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA305; }

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

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

background-color css

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

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

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

border-color css

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

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

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