Html Css Color HEX #DDA30B Gamboge

📋 copy color: '#DDA30B'

red 221 ◦ green 163 ◦ blue 11

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

Shades of Gamboge #DDA30B

Tints of Gamboge #DDA30B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.27%

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

R = 55.95%
G = 41.27%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDA30B (or 0xDDA30B) is known color: Gamboge. HEX triplet: DD, A3 and 0B. RGB value is (221,163,11). Sum of RGB (Red+Green+Blue) = 221+163+11=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA30B is #225CF4. Grayscale: #A3A3A3. Windows color (decimal): -2252021 or 762845. OLE color: 762845.

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

Color convert

RGB 221 163 11 -
CMYK 0 0.26 0.95 0.13
HSL 43.43º 0.91% 0.45% -
HSV(B) 43.43º 0.95% 0.87% -
XYZ 42.98 41.59 6.08 -
YUV 163.01 42.22 169.36 -
System Red Green Blue C M Y K H S L
Decimal 221 163 11 0 0.26 0.95 0.13 43.43 0.91 0.45
Hex DD A3 B 0 1A 5F D 2B 5B 2D
Octal 335 243 13 0 32 137 15 53 133 55
Binary 11011101 10100011 1011 0 11010 1011111 1101 101011 1011011 101101

Color Harmonies of #DDA30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA30B

Black with #DDA30B

Text Example


Text Example

White with #DDA30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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