Html Css Color HEX #DDDB0B Barberry

📋 copy color: '#DDDB0B'

red 221 ◦ green 219 ◦ blue 11

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

Shades of Barberry #DDDB0B

Tints of Barberry #DDDB0B

RGB

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

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

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

R = 49%
G = 48.56%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDDB0B (or 0xDDDB0B) is known color: Barberry. HEX triplet: DD, DB and 0B. RGB value is (221,219,11). Sum of RGB (Red+Green+Blue) = 221+219+11=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 11 (4.69% from 255 or 2.44% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDB0B is #2224F4. Grayscale: #C4C4C4. Windows color (decimal): -2237685 or 777181. OLE color: 777181.

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

Color convert

RGB 221 219 11 -
CMYK 0 0.01 0.95 0.13
HSL 59.43º 0.91% 0.45% -
HSV(B) 59.43º 0.95% 0.87% -
XYZ 55.21 66.06 10.16 -
YUV 195.89 23.66 145.91 -
System Red Green Blue C M Y K H S L
Decimal 221 219 11 0 0.01 0.95 0.13 59.43 0.91 0.45
Hex DD DB B 0 1 5F D 3B 5B 2D
Octal 335 333 13 0 1 137 15 73 133 55
Binary 11011101 11011011 1011 0 1 1011111 1101 111011 1011011 101101

Color Harmonies of #DDDB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB0B

Black with #DDDB0B

Text Example


Text Example

White with #DDDB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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