Html Css Color HEX #DDA50C Gamboge

📋 copy color: '#DDA50C'

red 221 ◦ green 165 ◦ blue 12

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

Shades of Gamboge #DDA50C

Tints of Gamboge #DDA50C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.46%

 BLUE value IS 12 (5.08% from 255) = 3.02%

R = 55.53%
G = 41.46%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDA50C (or 0xDDA50C) is known color: Gamboge. HEX triplet: DD, A5 and 0C. RGB value is (221,165,12). Sum of RGB (Red+Green+Blue) = 221+165+12=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA50C is #225AF3. Grayscale: #A4A4A4. Windows color (decimal): -2251508 or 828893. OLE color: 828893.

HSL color Cylindrical-coordinate representation of color #DDA50C: hue angle of 43.92º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDA50C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 12 -
CMYK 0 0.25 0.95 0.13
HSL 43.92º 0.9% 0.46% -
HSV(B) 43.92º 0.95% 0.87% -
XYZ 43.34 42.31 6.23 -
YUV 164.3 42.05 168.44 -
System Red Green Blue C M Y K H S L
Decimal 221 165 12 0 0.25 0.95 0.13 43.92 0.9 0.46
Hex DD A5 C 0 19 5F D 2C 5A 2E
Octal 335 245 14 0 31 137 15 54 132 56
Binary 11011101 10100101 1100 0 11001 1011111 1101 101100 1011010 101110

Color Harmonies of #DDA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA50C

Black with #DDA50C

Text Example


Text Example

White with #DDA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA50C; }

 p { color: rgb(221,165,12); }

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

background-color css

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

 a { background-color: rgb(221,165,12); }

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

border-color css

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

 span { border-color: rgb(221,165,12); }

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