Html Css Color HEX #CDA303 Gamboge

📋 copy color: '#CDA303'

red 205 ◦ green 163 ◦ blue 3

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

Shades of Gamboge #CDA303

Tints of Gamboge #CDA303

RGB

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

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

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

R = 55.26%
G = 43.94%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CDA303 (or 0xCDA303) is known color: Gamboge. HEX triplet: CD, A3 and 03. RGB value is (205,163,3). Sum of RGB (Red+Green+Blue) = 205+163+3=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA303 is #325CFC. Grayscale: #9E9E9E. Windows color (decimal): -3300605 or 238541. OLE color: 238541.

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

Color convert

RGB 205 163 3 -
CMYK 0 0.20 0.99 0.20
HSL 47.52º 0.97% 0.41% -
HSV(B) 47.52º 0.99% 0.8% -
XYZ 38.29 39.18 5.63 -
YUV 157.32 40.91 162.01 -
System Red Green Blue C M Y K H S L
Decimal 205 163 3 0 0.20 0.99 0.20 47.52 0.97 0.41
Hex CD A3 3 0 14 63 14 30 61 29
Octal 315 243 3 0 24 143 24 60 141 51
Binary 11001101 10100011 11 0 10100 1100011 10100 110000 1100001 101001

Color Harmonies of #CDA303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA303

Black with #CDA303

Text Example


Text Example

White with #CDA303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA303; }

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

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

background-color css

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

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

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

border-color css

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

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

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