Html Css Color HEX #CDA003 Gamboge

📋 copy color: '#CDA003'

red 205 ◦ green 160 ◦ blue 3

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

Shades of Gamboge #CDA003

Tints of Gamboge #CDA003

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.48%

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

R = 55.71%
G = 43.48%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CDA003 (or 0xCDA003) is known color: Gamboge. HEX triplet: CD, A0 and 03. RGB value is (205,160,3). Sum of RGB (Red+Green+Blue) = 205+160+3=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA003 is #325FFC. Grayscale: #9C9C9C. Windows color (decimal): -3301373 or 237773. OLE color: 237773.

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

Color convert

RGB 205 160 3 -
CMYK 0 0.22 0.99 0.20
HSL 46.63º 0.97% 0.41% -
HSV(B) 46.63º 0.99% 0.8% -
XYZ 37.76 38.13 5.46 -
YUV 155.56 41.91 163.27 -
System Red Green Blue C M Y K H S L
Decimal 205 160 3 0 0.22 0.99 0.20 46.63 0.97 0.41
Hex CD A0 3 0 16 63 14 2F 61 29
Octal 315 240 3 0 26 143 24 57 141 51
Binary 11001101 10100000 11 0 10110 1100011 10100 101111 1100001 101001

Color Harmonies of #CDA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA003

Black with #CDA003

Text Example


Text Example

White with #CDA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA003; }

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

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

background-color css

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

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

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

border-color css

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

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

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