Html Css Color HEX #CDA104 Gamboge

📋 copy color: '#CDA104'

red 205 ◦ green 161 ◦ blue 4

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

Shades of Gamboge #CDA104

Tints of Gamboge #CDA104

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.51%

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 55.41%
G = 43.51%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CDA104 (or 0xCDA104) is known color: Gamboge. HEX triplet: CD, A1 and 04. RGB value is (205,161,4). Sum of RGB (Red+Green+Blue) = 205+161+4=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA104 is #325EFB. Grayscale: #9C9C9C. Windows color (decimal): -3301116 or 303565. OLE color: 303565.

HSL color Cylindrical-coordinate representation of color #CDA104: hue angle of 46.87º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDA104 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 161 4 -
CMYK 0 0.21 0.98 0.20
HSL 46.87º 0.96% 0.41% -
HSV(B) 46.87º 0.98% 0.8% -
XYZ 37.94 38.48 5.54 -
YUV 156.26 42.08 162.77 -
System Red Green Blue C M Y K H S L
Decimal 205 161 4 0 0.21 0.98 0.20 46.87 0.96 0.41
Hex CD A1 4 0 15 62 14 2F 60 29
Octal 315 241 4 0 25 142 24 57 140 51
Binary 11001101 10100001 100 0 10101 1100010 10100 101111 1100000 101001

Color Harmonies of #CDA104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA104

Black with #CDA104

Text Example


Text Example

White with #CDA104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA104; }

 p { color: rgb(205,161,4); }

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

background-color css

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

 a { background-color: rgb(205,161,4); }

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

border-color css

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

 span { border-color: rgb(205,161,4); }

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