Html Css Color HEX #DDB002 Gamboge

📋 copy color: '#DDB002'

red 221 ◦ green 176 ◦ blue 2

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

Shades of Gamboge #DDB002

Tints of Gamboge #DDB002

RGB

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

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

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

R = 55.39%
G = 44.11%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDB002 (or 0xDDB002) is known color: Gamboge. HEX triplet: DD, B0 and 02. RGB value is (221,176,2). Sum of RGB (Red+Green+Blue) = 221+176+2=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB002 is #224FFD. Grayscale: #AAAAAA. Windows color (decimal): -2248702 or 176349. OLE color: 176349.

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

Color convert

RGB 221 176 2 -
CMYK 0 0.20 0.99 0.13
HSL 47.67º 0.98% 0.44% -
HSV(B) 47.67º 0.99% 0.87% -
XYZ 45.36 46.43 6.63 -
YUV 169.62 33.41 164.65 -
System Red Green Blue C M Y K H S L
Decimal 221 176 2 0 0.20 0.99 0.13 47.67 0.98 0.44
Hex DD B0 2 0 14 63 D 30 62 2C
Octal 335 260 2 0 24 143 15 60 142 54
Binary 11011101 10110000 10 0 10100 1100011 1101 110000 1100010 101100

Color Harmonies of #DDB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB002

Black with #DDB002

Text Example


Text Example

White with #DDB002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB002; }

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

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

background-color css

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

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

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

border-color css

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

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

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