Html Css Color HEX #CDA603 Gamboge

📋 copy color: '#CDA603'

red 205 ◦ green 166 ◦ blue 3

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

Shades of Gamboge #CDA603

Tints of Gamboge #CDA603

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.39%

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

R = 54.81%
G = 44.39%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CDA603 (or 0xCDA603) is known color: Gamboge. HEX triplet: CD, A6 and 03. RGB value is (205,166,3). Sum of RGB (Red+Green+Blue) = 205+166+3=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA603 is #3259FC. Grayscale: #9F9F9F. Windows color (decimal): -3299837 or 239309. OLE color: 239309.

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

Color convert

RGB 205 166 3 -
CMYK 0 0.19 0.99 0.20
HSL 48.42º 0.97% 0.41% -
HSV(B) 48.42º 0.99% 0.8% -
XYZ 38.83 40.26 5.81 -
YUV 159.08 39.92 160.75 -
System Red Green Blue C M Y K H S L
Decimal 205 166 3 0 0.19 0.99 0.20 48.42 0.97 0.41
Hex CD A6 3 0 13 63 14 30 61 29
Octal 315 246 3 0 23 143 24 60 141 51
Binary 11001101 10100110 11 0 10011 1100011 10100 110000 1100001 101001

Color Harmonies of #CDA603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA603

Black with #CDA603

Text Example


Text Example

White with #CDA603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA603; }

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

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

background-color css

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

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

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

border-color css

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

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

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