Html Css Color HEX #DDDB1B Barberry

📋 copy color: '#DDDB1B'

red 221 ◦ green 219 ◦ blue 27

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

Shades of Barberry #DDDB1B

Tints of Barberry #DDDB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.78%

R = 47.32%
G = 46.9%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDDB1B (or 0xDDDB1B) is known color: Barberry. HEX triplet: DD, DB and 1B. RGB value is (221,219,27). Sum of RGB (Red+Green+Blue) = 221+219+27=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 27 (10.94% from 255 or 5.78% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB1B is #2224E4. Grayscale: #C6C6C6. Windows color (decimal): -2237669 or 1825757. OLE color: 1825757.

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

Color convert

RGB 221 219 27 -
CMYK 0 0.01 0.88 0.13
HSL 59.38º 0.78% 0.49% -
HSV(B) 59.38º 0.88% 0.87% -
XYZ 55.35 66.11 10.88 -
YUV 197.71 31.66 144.61 -
System Red Green Blue C M Y K H S L
Decimal 221 219 27 0 0.01 0.88 0.13 59.38 0.78 0.49
Hex DD DB 1B 0 1 58 D 3B 4E 31
Octal 335 333 33 0 1 130 15 73 116 61
Binary 11011101 11011011 11011 0 1 1011000 1101 111011 1001110 110001

Color Harmonies of #DDDB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB1B

Black with #DDDB1B

Text Example


Text Example

White with #DDDB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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