Html Css Color HEX #DDD811 Barberry

📋 copy color: '#DDD811'

red 221 ◦ green 216 ◦ blue 17

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

Shades of Barberry #DDD811

Tints of Barberry #DDD811

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.58%

 BLUE value IS 17 (7.03% from 255) = 3.74%

R = 48.68%
G = 47.58%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDD811 (or 0xDDD811) is known color: Barberry. HEX triplet: DD, D8 and 11. RGB value is (221,216,17). Sum of RGB (Red+Green+Blue) = 221+216+17=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 17 (7.03% from 255 or 3.74% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD811 is #2227EE. Grayscale: #C3C3C3. Windows color (decimal): -2238447 or 1169629. OLE color: 1169629.

HSL color Cylindrical-coordinate representation of color #DDD811: hue angle of 58.53º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDD811 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 216 17 -
CMYK 0 0.02 0.92 0.13
HSL 58.53º 0.86% 0.47% -
HSV(B) 58.53º 0.92% 0.87% -
XYZ 54.48 64.52 10.11 -
YUV 194.81 27.66 146.68 -
System Red Green Blue C M Y K H S L
Decimal 221 216 17 0 0.02 0.92 0.13 58.53 0.86 0.47
Hex DD D8 11 0 2 5C D 3B 56 2F
Octal 335 330 21 0 2 134 15 73 126 57
Binary 11011101 11011000 10001 0 10 1011100 1101 111011 1010110 101111

Color Harmonies of #DDD811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD811

Black with #DDD811

Text Example


Text Example

White with #DDD811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD811; }

 p { color: rgb(221,216,17); }

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

background-color css

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

 a { background-color: rgb(221,216,17); }

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

border-color css

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

 span { border-color: rgb(221,216,17); }

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