Html Css Color HEX #DDD416 Barberry

📋 copy color: '#DDD416'

red 221 ◦ green 212 ◦ blue 22

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

Shades of Barberry #DDD416

Tints of Barberry #DDD416

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.59%

 BLUE value IS 22 (8.98% from 255) = 4.84%

R = 48.57%
G = 46.59%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDD416 (or 0xDDD416) is known color: Barberry. HEX triplet: DD, D4 and 16. RGB value is (221,212,22). Sum of RGB (Red+Green+Blue) = 221+212+22=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD416 is #222BE9. Grayscale: #C1C1C1. Windows color (decimal): -2239466 or 1496285. OLE color: 1496285.

HSL color Cylindrical-coordinate representation of color #DDD416: hue angle of 57.29º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDD416 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 212 22 -
CMYK 0 0.04 0.90 0.13
HSL 57.29º 0.82% 0.48% -
HSV(B) 57.29º 0.9% 0.87% -
XYZ 53.51 62.52 10.01 -
YUV 193.03 31.48 147.95 -
System Red Green Blue C M Y K H S L
Decimal 221 212 22 0 0.04 0.90 0.13 57.29 0.82 0.48
Hex DD D4 16 0 4 5A D 39 52 30
Octal 335 324 26 0 4 132 15 71 122 60
Binary 11011101 11010100 10110 0 100 1011010 1101 111001 1010010 110000

Color Harmonies of #DDD416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD416

Black with #DDD416

Text Example


Text Example

White with #DDD416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD416; }

 p { color: rgb(221,212,22); }

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

background-color css

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

 a { background-color: rgb(221,212,22); }

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

border-color css

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

 span { border-color: rgb(221,212,22); }

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