Html Css Color HEX #DDDE15 Barberry

📋 copy color: '#DDDE15'

red 221 ◦ green 222 ◦ blue 21

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

Shades of Barberry #DDDE15

Tints of Barberry #DDDE15

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.84%

 BLUE value IS 21 (8.59% from 255) = 4.53%

R = 47.63%
G = 47.84%
B = 4.53%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDDE15 (or 0xDDDE15) is known color: Barberry. HEX triplet: DD, DE and 15. RGB value is (221,222,21). Sum of RGB (Red+Green+Blue) = 221+222+21=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 21 (8.59% from 255 or 4.53% from 464); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDE15 is #2221EA. Grayscale: #C7C7C7. Windows color (decimal): -2236907 or 1433309. OLE color: 1433309.

HSL color Cylindrical-coordinate representation of color #DDDE15: hue angle of 60.3º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDDE15 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 222 21 -
CMYK 0.00 0 0.91 0.13
HSL 60.3º 0.83% 0.48% -
HSV(B) 60.3º 0.91% 0.87% -
XYZ 56.08 67.67 10.82 -
YUV 198.79 27.67 143.84 -
System Red Green Blue C M Y K H S L
Decimal 221 222 21 0.00 0 0.91 0.13 60.3 0.83 0.48
Hex DD DE 15 0 0 5B D 3C 53 30
Octal 335 336 25 0 0 133 15 74 123 60
Binary 11011101 11011110 10101 0 0 1011011 1101 111100 1010011 110000

Color Harmonies of #DDDE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE15

Black with #DDDE15

Text Example


Text Example

White with #DDDE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE15; }

 p { color: rgb(221,222,21); }

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

background-color css

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

 a { background-color: rgb(221,222,21); }

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

border-color css

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

 span { border-color: rgb(221,222,21); }

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