Html Css Color HEX #DDAB05 Gamboge

📋 copy color: '#DDAB05'

red 221 ◦ green 171 ◦ blue 5

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

Shades of Gamboge #DDAB05

Tints of Gamboge #DDAB05

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.07%

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 55.67%
G = 43.07%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDAB05 (or 0xDDAB05) is known color: Gamboge. HEX triplet: DD, AB and 05. RGB value is (221,171,5). Sum of RGB (Red+Green+Blue) = 221+171+5=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAB05 is #2254FA. Grayscale: #A7A7A7. Windows color (decimal): -2249979 or 371677. OLE color: 371677.

HSL color Cylindrical-coordinate representation of color #DDAB05: hue angle of 46.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDAB05 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 171 5 -
CMYK 0 0.23 0.98 0.13
HSL 46.11º 0.96% 0.44% -
HSV(B) 46.11º 0.98% 0.87% -
XYZ 44.41 44.51 6.39 -
YUV 167.03 36.57 166.5 -
System Red Green Blue C M Y K H S L
Decimal 221 171 5 0 0.23 0.98 0.13 46.11 0.96 0.44
Hex DD AB 5 0 17 62 D 2E 60 2C
Octal 335 253 5 0 27 142 15 56 140 54
Binary 11011101 10101011 101 0 10111 1100010 1101 101110 1100000 101100

Color Harmonies of #DDAB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB05

Black with #DDAB05

Text Example


Text Example

White with #DDAB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB05; }

 p { color: rgb(221,171,5); }

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

background-color css

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

 a { background-color: rgb(221,171,5); }

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

border-color css

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

 span { border-color: rgb(221,171,5); }

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