Html Css Color HEX #DDDF15 Barberry

📋 copy color: '#DDDF15'

red 221 ◦ green 223 ◦ blue 21

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

Shades of Barberry #DDDF15

Tints of Barberry #DDDF15

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.96%

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

R = 47.53%
G = 47.96%
B = 4.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDDF15 (or 0xDDDF15) is known color: Barberry. HEX triplet: DD, DF and 15. RGB value is (221,223,21). Sum of RGB (Red+Green+Blue) = 221+223+21=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDF15 is #2220EA. Grayscale: #C8C8C8. Windows color (decimal): -2236651 or 1433565. OLE color: 1433565.

HSL color Cylindrical-coordinate representation of color #DDDF15: hue angle of 60.59º 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 #DDDF15 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 21 -
CMYK 0.01 0 0.91 0.13
HSL 60.59º 0.83% 0.48% -
HSV(B) 60.59º 0.91% 0.87% -
XYZ 56.34 68.2 10.9 -
YUV 199.37 27.34 143.43 -
System Red Green Blue C M Y K H S L
Decimal 221 223 21 0.01 0 0.91 0.13 60.59 0.83 0.48
Hex DD DF 15 1 0 5B D 3D 53 30
Octal 335 337 25 1 0 133 15 75 123 60
Binary 11011101 11011111 10101 1 0 1011011 1101 111101 1010011 110000

Color Harmonies of #DDDF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF15

Black with #DDDF15

Text Example


Text Example

White with #DDDF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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