Html Css Color HEX #DDA101 Gamboge

📋 copy color: '#DDA101'

red 221 ◦ green 161 ◦ blue 1

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

Shades of Gamboge #DDA101

Tints of Gamboge #DDA101

RGB

 RED value IS 221 (86.72% from 255) = 57.7%

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 57.7%
G = 42.04%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDA101 (or 0xDDA101) is known color: Gamboge. HEX triplet: DD, A1 and 01. RGB value is (221,161,1). Sum of RGB (Red+Green+Blue) = 221+161+1=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA101 is #225EFE. Grayscale: #A1A1A1. Windows color (decimal): -2252543 or 106973. OLE color: 106973.

HSL color Cylindrical-coordinate representation of color #DDA101: hue angle of 43.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDA101 is Cyan = 0, Magento = 0.27, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 1 -
CMYK 0 0.27 1.00 0.13
HSL 43.64º 0.99% 0.44% -
HSV(B) 43.64º 1% 0.87% -
XYZ 42.57 40.86 5.67 -
YUV 160.7 37.88 171.01 -
System Red Green Blue C M Y K H S L
Decimal 221 161 1 0 0.27 1.00 0.13 43.64 0.99 0.44
Hex DD A1 1 0 1B 64 D 2C 63 2C
Octal 335 241 1 0 33 144 15 54 143 54
Binary 11011101 10100001 1 0 11011 1100100 1101 101100 1100011 101100

Color Harmonies of #DDA101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA101

Black with #DDA101

Text Example


Text Example

White with #DDA101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA101; }

 p { color: rgb(221,161,1); }

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

background-color css

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

 a { background-color: rgb(221,161,1); }

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

border-color css

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

 span { border-color: rgb(221,161,1); }

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