Html Css Color HEX #DDAB02 Gamboge

📋 copy color: '#DDAB02'

red 221 ◦ green 171 ◦ blue 2

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

Shades of Gamboge #DDAB02

Tints of Gamboge #DDAB02

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.4%

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

R = 56.09%
G = 43.4%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDAB02 (or 0xDDAB02) is known color: Gamboge. HEX triplet: DD, AB and 02. RGB value is (221,171,2). Sum of RGB (Red+Green+Blue) = 221+171+2=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAB02 is #2254FD. Grayscale: #A7A7A7. Windows color (decimal): -2249982 or 175069. OLE color: 175069.

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

Color convert

RGB 221 171 2 -
CMYK 0 0.23 0.99 0.13
HSL 46.3º 0.98% 0.44% -
HSV(B) 46.3º 0.99% 0.87% -
XYZ 44.39 44.5 6.31 -
YUV 166.68 35.07 166.74 -
System Red Green Blue C M Y K H S L
Decimal 221 171 2 0 0.23 0.99 0.13 46.3 0.98 0.44
Hex DD AB 2 0 17 63 D 2E 62 2C
Octal 335 253 2 0 27 143 15 56 142 54
Binary 11011101 10101011 10 0 10111 1100011 1101 101110 1100010 101100

Color Harmonies of #DDAB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB02

Black with #DDAB02

Text Example


Text Example

White with #DDAB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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