Html Css Color HEX #DDB004 Gamboge

📋 copy color: '#DDB004'

red 221 ◦ green 176 ◦ blue 4

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

Shades of Gamboge #DDB004

Tints of Gamboge #DDB004

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.89%

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

R = 55.11%
G = 43.89%
B = 1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDB004 (or 0xDDB004) is known color: Gamboge. HEX triplet: DD, B0 and 04. RGB value is (221,176,4). Sum of RGB (Red+Green+Blue) = 221+176+4=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB004 is #224FFB. Grayscale: #AAAAAA. Windows color (decimal): -2248700 or 307421. OLE color: 307421.

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

Color convert

RGB 221 176 4 -
CMYK 0 0.20 0.98 0.13
HSL 47.56º 0.96% 0.44% -
HSV(B) 47.56º 0.98% 0.87% -
XYZ 45.37 46.43 6.69 -
YUV 169.85 34.41 164.49 -
System Red Green Blue C M Y K H S L
Decimal 221 176 4 0 0.20 0.98 0.13 47.56 0.96 0.44
Hex DD B0 4 0 14 62 D 30 60 2C
Octal 335 260 4 0 24 142 15 60 140 54
Binary 11011101 10110000 100 0 10100 1100010 1101 110000 1100000 101100

Color Harmonies of #DDB004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB004

Black with #DDB004

Text Example


Text Example

White with #DDB004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB004; }

 p { color: rgb(221,176,4); }

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

background-color css

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

 a { background-color: rgb(221,176,4); }

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

border-color css

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

 span { border-color: rgb(221,176,4); }

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