Html Css Color HEX #DDDA0B Barberry

📋 copy color: '#DDDA0B'

red 221 ◦ green 218 ◦ blue 11

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

Shades of Barberry #DDDA0B

Tints of Barberry #DDDA0B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.44%

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

R = 49.11%
G = 48.44%
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

#DDDA0B (or 0xDDDA0B) is known color: Barberry. HEX triplet: DD, DA and 0B. RGB value is (221,218,11). Sum of RGB (Red+Green+Blue) = 221+218+11=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 11 (4.69% from 255 or 2.44% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA0B is #2225F4. Grayscale: #C4C4C4. Windows color (decimal): -2237941 or 776925. OLE color: 776925.

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

Color convert

RGB 221 218 11 -
CMYK 0 0.01 0.95 0.13
HSL 59.14º 0.91% 0.45% -
HSV(B) 59.14º 0.95% 0.87% -
XYZ 54.95 65.54 10.07 -
YUV 195.3 23.99 146.33 -
System Red Green Blue C M Y K H S L
Decimal 221 218 11 0 0.01 0.95 0.13 59.14 0.91 0.45
Hex DD DA B 0 1 5F D 3B 5B 2D
Octal 335 332 13 0 1 137 15 73 133 55
Binary 11011101 11011010 1011 0 1 1011111 1101 111011 1011011 101101

Color Harmonies of #DDDA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA0B

Black with #DDDA0B

Text Example


Text Example

White with #DDDA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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