Html Css Color HEX #DDB006 Gamboge

📋 copy color: '#DDB006'

red 221 ◦ green 176 ◦ blue 6

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

Shades of Gamboge #DDB006

Tints of Gamboge #DDB006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.49%

R = 54.84%
G = 43.67%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDB006 (or 0xDDB006) is known color: Gamboge. HEX triplet: DD, B0 and 06. RGB value is (221,176,6). Sum of RGB (Red+Green+Blue) = 221+176+6=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 6 (2.73% from 255 or 1.49% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB006 is #224FF9. Grayscale: #AAAAAA. Windows color (decimal): -2248698 or 438493. OLE color: 438493.

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

Color convert

RGB 221 176 6 -
CMYK 0 0.20 0.97 0.13
HSL 47.44º 0.95% 0.45% -
HSV(B) 47.44º 0.97% 0.87% -
XYZ 45.38 46.44 6.74 -
YUV 170.08 35.41 164.32 -
System Red Green Blue C M Y K H S L
Decimal 221 176 6 0 0.20 0.97 0.13 47.44 0.95 0.45
Hex DD B0 6 0 14 61 D 2F 5F 2D
Octal 335 260 6 0 24 141 15 57 137 55
Binary 11011101 10110000 110 0 10100 1100001 1101 101111 1011111 101101

Color Harmonies of #DDB006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB006

Black with #DDB006

Text Example


Text Example

White with #DDB006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB006; }

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

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

background-color css

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

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

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

border-color css

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

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

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