Html Css Color HEX #CDA402 Gamboge

📋 copy color: '#CDA402'

red 205 ◦ green 164 ◦ blue 2

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

Shades of Gamboge #CDA402

Tints of Gamboge #CDA402

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.2%

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

R = 55.26%
G = 44.2%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CDA402 (or 0xCDA402) is known color: Gamboge. HEX triplet: CD, A4 and 02. RGB value is (205,164,2). Sum of RGB (Red+Green+Blue) = 205+164+2=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA402 is #325BFD. Grayscale: #9E9E9E. Windows color (decimal): -3300350 or 173261. OLE color: 173261.

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

Color convert

RGB 205 164 2 -
CMYK 0 0.2 0.99 0.20
HSL 47.88º 0.98% 0.41% -
HSV(B) 47.88º 0.99% 0.8% -
XYZ 38.46 39.53 5.66 -
YUV 157.79 40.08 161.67 -
System Red Green Blue C M Y K H S L
Decimal 205 164 2 0 0.2 0.99 0.20 47.88 0.98 0.41
Hex CD A4 2 0 14 63 14 30 62 29
Octal 315 244 2 0 24 143 24 60 142 51
Binary 11001101 10100100 10 0 10100 1100011 10100 110000 1100010 101001

Color Harmonies of #CDA402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA402

Black with #CDA402

Text Example


Text Example

White with #CDA402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA402; }

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

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

background-color css

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

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

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

border-color css

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

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

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