Html Css Color HEX #DDD222 Barberry

📋 copy color: '#DDD222'

red 221 ◦ green 210 ◦ blue 34

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

Shades of Barberry #DDD222

Tints of Barberry #DDD222

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.16%

 BLUE value IS 34 (13.67% from 255) = 7.31%

R = 47.53%
G = 45.16%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDD222 (or 0xDDD222) is known color: Barberry. HEX triplet: DD, D2 and 22. RGB value is (221,210,34). Sum of RGB (Red+Green+Blue) = 221+210+34=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 34 (13.67% from 255 or 7.31% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD222 is #222DDD. Grayscale: #C1C1C1. Windows color (decimal): -2239966 or 2282205. OLE color: 2282205.

HSL color Cylindrical-coordinate representation of color #DDD222: hue angle of 56.47º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDD222 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 210 34 -
CMYK 0 0.05 0.85 0.13
HSL 56.47º 0.73% 0.5% -
HSV(B) 56.47º 0.85% 0.87% -
XYZ 53.15 61.58 10.6 -
YUV 193.23 38.14 147.81 -
System Red Green Blue C M Y K H S L
Decimal 221 210 34 0 0.05 0.85 0.13 56.47 0.73 0.5
Hex DD D2 22 0 5 55 D 38 49 32
Octal 335 322 42 0 5 125 15 70 111 62
Binary 11011101 11010010 100010 0 101 1010101 1101 111000 1001001 110010

Color Harmonies of #DDD222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD222

Black with #DDD222

Text Example


Text Example

White with #DDD222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD222; }

 p { color: rgb(221,210,34); }

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

background-color css

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

 a { background-color: rgb(221,210,34); }

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

border-color css

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

 span { border-color: rgb(221,210,34); }

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