Html Css Color HEX #CDA802 Gamboge

📋 copy color: '#CDA802'

red 205 ◦ green 168 ◦ blue 2

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

Shades of Gamboge #CDA802

Tints of Gamboge #CDA802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 54.67%
G = 44.8%
B = 0.53%

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

#CDA802 (or 0xCDA802) is known color: Gamboge. HEX triplet: CD, A8 and 02. RGB value is (205,168,2). Sum of RGB (Red+Green+Blue) = 205+168+2=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA802 is #3257FD. Grayscale: #A0A0A0. Windows color (decimal): -3299326 or 174285. OLE color: 174285.

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

Color convert

RGB 205 168 2 -
CMYK 0 0.18 0.99 0.20
HSL 49.06º 0.98% 0.41% -
HSV(B) 49.06º 0.99% 0.8% -
XYZ 39.19 40.99 5.9 -
YUV 160.14 38.76 160 -
System Red Green Blue C M Y K H S L
Decimal 205 168 2 0 0.18 0.99 0.20 49.06 0.98 0.41
Hex CD A8 2 0 12 63 14 31 62 29
Octal 315 250 2 0 22 143 24 61 142 51
Binary 11001101 10101000 10 0 10010 1100011 10100 110001 1100010 101001

Color Harmonies of #CDA802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA802

Black with #CDA802

Text Example


Text Example

White with #CDA802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA802; }

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

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

background-color css

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

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

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

border-color css

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

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

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