Html Css Color HEX #DDB003 Gamboge

📋 copy color: '#DDB003'

red 221 ◦ green 176 ◦ blue 3

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

Shades of Gamboge #DDB003

Tints of Gamboge #DDB003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 55.25%
G = 44%
B = 0.75%

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

#DDB003 (or 0xDDB003) is known color: Gamboge. HEX triplet: DD, B0 and 03. RGB value is (221,176,3). Sum of RGB (Red+Green+Blue) = 221+176+3=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB003 is #224FFC. Grayscale: #AAAAAA. Windows color (decimal): -2248701 or 241885. OLE color: 241885.

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

Color convert

RGB 221 176 3 -
CMYK 0 0.20 0.99 0.13
HSL 47.61º 0.97% 0.44% -
HSV(B) 47.61º 0.99% 0.87% -
XYZ 45.36 46.43 6.66 -
YUV 169.73 33.91 164.57 -
System Red Green Blue C M Y K H S L
Decimal 221 176 3 0 0.20 0.99 0.13 47.61 0.97 0.44
Hex DD B0 3 0 14 63 D 30 61 2C
Octal 335 260 3 0 24 143 15 60 141 54
Binary 11011101 10110000 11 0 10100 1100011 1101 110000 1100001 101100

Color Harmonies of #DDB003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB003

Black with #DDB003

Text Example


Text Example

White with #DDB003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB003; }

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

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

background-color css

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

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

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

border-color css

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

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

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