Html Css Color HEX #DDAE02 Gamboge

📋 copy color: '#DDAE02'

red 221 ◦ green 174 ◦ blue 2

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

Shades of Gamboge #DDAE02

Tints of Gamboge #DDAE02

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.83%

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

R = 55.67%
G = 43.83%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDAE02 (or 0xDDAE02) is known color: Gamboge. HEX triplet: DD, AE and 02. RGB value is (221,174,2). Sum of RGB (Red+Green+Blue) = 221+174+2=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAE02 is #2251FD. Grayscale: #A9A9A9. Windows color (decimal): -2249214 or 175837. OLE color: 175837.

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

Color convert

RGB 221 174 2 -
CMYK 0 0.21 0.99 0.13
HSL 47.12º 0.98% 0.44% -
HSV(B) 47.12º 0.99% 0.87% -
XYZ 44.97 45.65 6.5 -
YUV 168.45 34.07 165.49 -
System Red Green Blue C M Y K H S L
Decimal 221 174 2 0 0.21 0.99 0.13 47.12 0.98 0.44
Hex DD AE 2 0 15 63 D 2F 62 2C
Octal 335 256 2 0 25 143 15 57 142 54
Binary 11011101 10101110 10 0 10101 1100011 1101 101111 1100010 101100

Color Harmonies of #DDAE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE02

Black with #DDAE02

Text Example


Text Example

White with #DDAE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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