Html Css Color HEX #CDA803 Gamboge

📋 copy color: '#CDA803'

red 205 ◦ green 168 ◦ blue 3

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

Shades of Gamboge #CDA803

Tints of Gamboge #CDA803

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.68%

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 54.52%
G = 44.68%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CDA803 (or 0xCDA803) is known color: Gamboge. HEX triplet: CD, A8 and 03. RGB value is (205,168,3). Sum of RGB (Red+Green+Blue) = 205+168+3=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA803 is #3257FC. Grayscale: #A0A0A0. Windows color (decimal): -3299325 or 239821. OLE color: 239821.

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

Color convert

RGB 205 168 3 -
CMYK 0 0.18 0.99 0.20
HSL 49.01º 0.97% 0.41% -
HSV(B) 49.01º 0.99% 0.8% -
XYZ 39.2 40.99 5.93 -
YUV 160.25 39.26 159.92 -
System Red Green Blue C M Y K H S L
Decimal 205 168 3 0 0.18 0.99 0.20 49.01 0.97 0.41
Hex CD A8 3 0 12 63 14 31 61 29
Octal 315 250 3 0 22 143 24 61 141 51
Binary 11001101 10101000 11 0 10010 1100011 10100 110001 1100001 101001

Color Harmonies of #CDA803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA803

Black with #CDA803

Text Example


Text Example

White with #CDA803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA803; }

 p { color: rgb(205,168,3); }

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

background-color css

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

 a { background-color: rgb(205,168,3); }

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

border-color css

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

 span { border-color: rgb(205,168,3); }

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