Html Css Color HEX #DDD411 Barberry

📋 copy color: '#DDD411'

red 221 ◦ green 212 ◦ blue 17

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

Shades of Barberry #DDD411

Tints of Barberry #DDD411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.78%

R = 49.11%
G = 47.11%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDD411 (or 0xDDD411) is known color: Barberry. HEX triplet: DD, D4 and 11. RGB value is (221,212,17). Sum of RGB (Red+Green+Blue) = 221+212+17=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD411 is #222BEE. Grayscale: #C1C1C1. Windows color (decimal): -2239471 or 1168605. OLE color: 1168605.

HSL color Cylindrical-coordinate representation of color #DDD411: hue angle of 57.35º degrees, saturation: 0.86, 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 #DDD411 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 212 17 -
CMYK 0 0.04 0.92 0.13
HSL 57.35º 0.86% 0.47% -
HSV(B) 57.35º 0.92% 0.87% -
XYZ 53.46 62.5 9.78 -
YUV 192.46 28.98 148.36 -
System Red Green Blue C M Y K H S L
Decimal 221 212 17 0 0.04 0.92 0.13 57.35 0.86 0.47
Hex DD D4 11 0 4 5C D 39 56 2F
Octal 335 324 21 0 4 134 15 71 126 57
Binary 11011101 11010100 10001 0 100 1011100 1101 111001 1010110 101111

Color Harmonies of #DDD411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD411

Black with #DDD411

Text Example


Text Example

White with #DDD411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD411; }

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

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

background-color css

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

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

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

border-color css

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

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

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