Html Css Color HEX #DDA80B Gamboge

📋 copy color: '#DDA80B'

red 221 ◦ green 168 ◦ blue 11

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

Shades of Gamboge #DDA80B

Tints of Gamboge #DDA80B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42%

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

R = 55.25%
G = 42%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDA80B (or 0xDDA80B) is known color: Gamboge. HEX triplet: DD, A8 and 0B. RGB value is (221,168,11). Sum of RGB (Red+Green+Blue) = 221+168+11=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA80B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA80B is #2257F4. Grayscale: #A6A6A6. Windows color (decimal): -2250741 or 764125. OLE color: 764125.

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

Color convert

RGB 221 168 11 -
CMYK 0 0.24 0.95 0.13
HSL 44.86º 0.91% 0.45% -
HSV(B) 44.86º 0.95% 0.87% -
XYZ 43.88 43.4 6.38 -
YUV 165.95 40.56 167.27 -
System Red Green Blue C M Y K H S L
Decimal 221 168 11 0 0.24 0.95 0.13 44.86 0.91 0.45
Hex DD A8 B 0 18 5F D 2D 5B 2D
Octal 335 250 13 0 30 137 15 55 133 55
Binary 11011101 10101000 1011 0 11000 1011111 1101 101101 1011011 101101

Color Harmonies of #DDA80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA80B

Black with #DDA80B

Text Example


Text Example

White with #DDA80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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