Html Css Color HEX #DDAC02 Gamboge

📋 copy color: '#DDAC02'

red 221 ◦ green 172 ◦ blue 2

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

Shades of Gamboge #DDAC02

Tints of Gamboge #DDAC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 55.95%
G = 43.54%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDAC02 (or 0xDDAC02) is known color: Gamboge. HEX triplet: DD, AC and 02. RGB value is (221,172,2). Sum of RGB (Red+Green+Blue) = 221+172+2=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC02 is #2253FD. Grayscale: #A7A7A7. Windows color (decimal): -2249726 or 175325. OLE color: 175325.

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

Color convert

RGB 221 172 2 -
CMYK 0 0.22 0.99 0.13
HSL 46.58º 0.98% 0.44% -
HSV(B) 46.58º 0.99% 0.87% -
XYZ 44.58 44.88 6.37 -
YUV 167.27 34.73 166.32 -
System Red Green Blue C M Y K H S L
Decimal 221 172 2 0 0.22 0.99 0.13 46.58 0.98 0.44
Hex DD AC 2 0 16 63 D 2F 62 2C
Octal 335 254 2 0 26 143 15 57 142 54
Binary 11011101 10101100 10 0 10110 1100011 1101 101111 1100010 101100

Color Harmonies of #DDAC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC02

Black with #DDAC02

Text Example


Text Example

White with #DDAC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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