Html Css Color HEX #DDA60B Gamboge

📋 copy color: '#DDA60B'

red 221 ◦ green 166 ◦ blue 11

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

Shades of Gamboge #DDA60B

Tints of Gamboge #DDA60B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.71%

 BLUE value IS 11 (4.69% from 255) = 2.76%

R = 55.53%
G = 41.71%
B = 2.76%

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

#DDA60B (or 0xDDA60B) is known color: Gamboge. HEX triplet: DD, A6 and 0B. RGB value is (221,166,11). Sum of RGB (Red+Green+Blue) = 221+166+11=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA60B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA60B is #2259F4. Grayscale: #A5A5A5. Windows color (decimal): -2251253 or 763613. OLE color: 763613.

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

Color convert

RGB 221 166 11 -
CMYK 0 0.25 0.95 0.13
HSL 44.29º 0.91% 0.45% -
HSV(B) 44.29º 0.95% 0.87% -
XYZ 43.52 42.67 6.26 -
YUV 164.78 41.22 168.1 -
System Red Green Blue C M Y K H S L
Decimal 221 166 11 0 0.25 0.95 0.13 44.29 0.91 0.45
Hex DD A6 B 0 19 5F D 2C 5B 2D
Octal 335 246 13 0 31 137 15 54 133 55
Binary 11011101 10100110 1011 0 11001 1011111 1101 101100 1011011 101101

Color Harmonies of #DDA60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA60B

Black with #DDA60B

Text Example


Text Example

White with #DDA60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA60B; }

 p { color: rgb(221,166,11); }

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

background-color css

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

 a { background-color: rgb(221,166,11); }

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

border-color css

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

 span { border-color: rgb(221,166,11); }

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