Html Css Color HEX #DDD212 Barberry

📋 copy color: '#DDD212'

red 221 ◦ green 210 ◦ blue 18

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

Shades of Barberry #DDD212

Tints of Barberry #DDD212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.01%

R = 49.22%
G = 46.77%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDD212 (or 0xDDD212) is known color: Barberry. HEX triplet: DD, D2 and 12. RGB value is (221,210,18). Sum of RGB (Red+Green+Blue) = 221+210+18=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD212 is #222DED. Grayscale: #C0C0C0. Windows color (decimal): -2239982 or 1233629. OLE color: 1233629.

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

Color convert

RGB 221 210 18 -
CMYK 0 0.05 0.92 0.13
HSL 56.75º 0.85% 0.47% -
HSV(B) 56.75º 0.92% 0.87% -
XYZ 52.97 61.51 9.65 -
YUV 191.4 30.14 149.11 -
System Red Green Blue C M Y K H S L
Decimal 221 210 18 0 0.05 0.92 0.13 56.75 0.85 0.47
Hex DD D2 12 0 5 5C D 39 55 2F
Octal 335 322 22 0 5 134 15 71 125 57
Binary 11011101 11010010 10010 0 101 1011100 1101 111001 1010101 101111

Color Harmonies of #DDD212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD212

Black with #DDD212

Text Example


Text Example

White with #DDD212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD212; }

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

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

background-color css

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

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

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

border-color css

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

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

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