Html Css Color HEX #DDA70B Gamboge

📋 copy color: '#DDA70B'

red 221 ◦ green 167 ◦ blue 11

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

Shades of Gamboge #DDA70B

Tints of Gamboge #DDA70B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.85%

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

R = 55.39%
G = 41.85%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDA70B (or 0xDDA70B) is known color: Gamboge. HEX triplet: DD, A7 and 0B. RGB value is (221,167,11). Sum of RGB (Red+Green+Blue) = 221+167+11=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA70B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA70B is #2258F4. Grayscale: #A6A6A6. Windows color (decimal): -2250997 or 763869. OLE color: 763869.

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

Color convert

RGB 221 167 11 -
CMYK 0 0.24 0.95 0.13
HSL 44.57º 0.91% 0.45% -
HSV(B) 44.57º 0.95% 0.87% -
XYZ 43.7 43.03 6.32 -
YUV 165.36 40.89 167.68 -
System Red Green Blue C M Y K H S L
Decimal 221 167 11 0 0.24 0.95 0.13 44.57 0.91 0.45
Hex DD A7 B 0 18 5F D 2D 5B 2D
Octal 335 247 13 0 30 137 15 55 133 55
Binary 11011101 10100111 1011 0 11000 1011111 1101 101101 1011011 101101

Color Harmonies of #DDA70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA70B

Black with #DDA70B

Text Example


Text Example

White with #DDA70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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