Html Css Color HEX #DDAC0B Gamboge

📋 copy color: '#DDAC0B'

red 221 ◦ green 172 ◦ blue 11

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

Shades of Gamboge #DDAC0B

Tints of Gamboge #DDAC0B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.57%

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

R = 54.7%
G = 42.57%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDAC0B (or 0xDDAC0B) is known color: Gamboge. HEX triplet: DD, AC and 0B. RGB value is (221,172,11). Sum of RGB (Red+Green+Blue) = 221+172+11=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC0B is #2253F4. Grayscale: #A8A8A8. Windows color (decimal): -2249717 or 765149. OLE color: 765149.

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

Color convert

RGB 221 172 11 -
CMYK 0 0.22 0.95 0.13
HSL 46º 0.91% 0.45% -
HSV(B) 46º 0.95% 0.87% -
XYZ 44.63 44.9 6.63 -
YUV 168.3 39.23 165.59 -
System Red Green Blue C M Y K H S L
Decimal 221 172 11 0 0.22 0.95 0.13 46 0.91 0.45
Hex DD AC B 0 16 5F D 2E 5B 2D
Octal 335 254 13 0 26 137 15 56 133 55
Binary 11011101 10101100 1011 0 10110 1011111 1101 101110 1011011 101101

Color Harmonies of #DDAC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC0B

Black with #DDAC0B

Text Example


Text Example

White with #DDAC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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