Html Css Color HEX #DDDB0E Barberry

📋 copy color: '#DDDB0E'

red 221 ◦ green 219 ◦ blue 14

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

Shades of Barberry #DDDB0E

Tints of Barberry #DDDB0E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.24%

 BLUE value IS 14 (5.86% from 255) = 3.08%

R = 48.68%
G = 48.24%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDDB0E (or 0xDDDB0E) is known color: Barberry. HEX triplet: DD, DB and 0E. RGB value is (221,219,14). Sum of RGB (Red+Green+Blue) = 221+219+14=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 14 (5.86% from 255 or 3.08% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDB0E is #2224F1. Grayscale: #C5C5C5. Windows color (decimal): -2237682 or 973789. OLE color: 973789.

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

Color convert

RGB 221 219 14 -
CMYK 0 0.01 0.94 0.13
HSL 59.42º 0.88% 0.46% -
HSV(B) 59.42º 0.94% 0.87% -
XYZ 55.23 66.07 10.26 -
YUV 196.23 25.16 145.67 -
System Red Green Blue C M Y K H S L
Decimal 221 219 14 0 0.01 0.94 0.13 59.42 0.88 0.46
Hex DD DB E 0 1 5E D 3B 58 2E
Octal 335 333 16 0 1 136 15 73 130 56
Binary 11011101 11011011 1110 0 1 1011110 1101 111011 1011000 101110

Color Harmonies of #DDDB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB0E

Black with #DDDB0E

Text Example


Text Example

White with #DDDB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB0E; }

 p { color: rgb(221,219,14); }

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

background-color css

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

 a { background-color: rgb(221,219,14); }

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

border-color css

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

 span { border-color: rgb(221,219,14); }

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