Html Css Color HEX #DDA00B Gamboge

📋 copy color: '#DDA00B'

red 221 ◦ green 160 ◦ blue 11

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

Shades of Gamboge #DDA00B

Tints of Gamboge #DDA00B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.82%

 BLUE value IS 11 (4.69% from 255) = 2.81%

R = 56.38%
G = 40.82%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDA00B (or 0xDDA00B) is known color: Gamboge. HEX triplet: DD, A0 and 0B. RGB value is (221,160,11). Sum of RGB (Red+Green+Blue) = 221+160+11=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA00B is #225FF4. Grayscale: #A1A1A1. Windows color (decimal): -2252789 or 762077. OLE color: 762077.

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

Color convert

RGB 221 160 11 -
CMYK 0 0.28 0.95 0.13
HSL 42.57º 0.91% 0.45% -
HSV(B) 42.57º 0.95% 0.87% -
XYZ 42.45 40.54 5.9 -
YUV 161.25 43.21 170.62 -
System Red Green Blue C M Y K H S L
Decimal 221 160 11 0 0.28 0.95 0.13 42.57 0.91 0.45
Hex DD A0 B 0 1C 5F D 2B 5B 2D
Octal 335 240 13 0 34 137 15 53 133 55
Binary 11011101 10100000 1011 0 11100 1011111 1101 101011 1011011 101101

Color Harmonies of #DDA00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA00B

Black with #DDA00B

Text Example


Text Example

White with #DDA00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA00B; }

 p { color: rgb(221,160,11); }

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

background-color css

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

 a { background-color: rgb(221,160,11); }

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

border-color css

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

 span { border-color: rgb(221,160,11); }

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