Html Css Color HEX #DDAC08 Gamboge

📋 copy color: '#DDAC08'

red 221 ◦ green 172 ◦ blue 8

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

Shades of Gamboge #DDAC08

Tints of Gamboge #DDAC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2%

R = 55.11%
G = 42.89%
B = 2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDAC08 (or 0xDDAC08) is known color: Gamboge. HEX triplet: DD, AC and 08. RGB value is (221,172,8). Sum of RGB (Red+Green+Blue) = 221+172+8=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC08 is #2253F7. Grayscale: #A8A8A8. Windows color (decimal): -2249720 or 568541. OLE color: 568541.

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

Color convert

RGB 221 172 8 -
CMYK 0 0.22 0.96 0.13
HSL 46.2º 0.93% 0.45% -
HSV(B) 46.2º 0.96% 0.87% -
XYZ 44.62 44.89 6.54 -
YUV 167.96 37.73 165.84 -
System Red Green Blue C M Y K H S L
Decimal 221 172 8 0 0.22 0.96 0.13 46.2 0.93 0.45
Hex DD AC 8 0 16 60 D 2E 5D 2D
Octal 335 254 10 0 26 140 15 56 135 55
Binary 11011101 10101100 1000 0 10110 1100000 1101 101110 1011101 101101

Color Harmonies of #DDAC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC08

Black with #DDAC08

Text Example


Text Example

White with #DDAC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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