Html Css Color HEX #DDAE00 Gamboge

📋 copy color: '#DDAE00'

red 221 ◦ green 174 ◦ blue 0

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

Shades of Gamboge #DDAE00

Tints of Gamboge #DDAE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.95%
G = 44.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDAE00 (or 0xDDAE00) is known color: Gamboge. HEX triplet: DD, AE and 00. RGB value is (221,174,0). Sum of RGB (Red+Green+Blue) = 221+174+0=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAE00 is #2251FF. Grayscale: #A8A8A8. Windows color (decimal): -2249216 or 44765. OLE color: 44765.

HSL color Cylindrical-coordinate representation of color #DDAE00: hue angle of 47.24º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDAE00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 174 0 -
CMYK 0 0.21 1 0.13
HSL 47.24º 1% 0.43% -
HSV(B) 47.24º 1% 0.87% -
XYZ 44.95 45.64 6.44 -
YUV 168.22 33.07 165.65 -
System Red Green Blue C M Y K H S L
Decimal 221 174 0 0 0.21 1 0.13 47.24 1 0.43
Hex DD AE 0 0 15 64 D 2F 64 2B
Octal 335 256 0 0 25 144 15 57 144 53
Binary 11011101 10101110 0 0 10101 1100100 1101 101111 1100100 101011

Color Harmonies of #DDAE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE00

Black with #DDAE00

Text Example


Text Example

White with #DDAE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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