Html Css Color HEX #DDDD18 Barberry

📋 copy color: '#DDDD18'

red 221 ◦ green 221 ◦ blue 24

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

Shades of Barberry #DDDD18

Tints of Barberry #DDDD18

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.42%

 BLUE value IS 24 (9.77% from 255) = 5.15%

R = 47.42%
G = 47.42%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDDD18 (or 0xDDDD18) is known color: Barberry. HEX triplet: DD, DD and 18. RGB value is (221,221,24). Sum of RGB (Red+Green+Blue) = 221+221+24=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 24 (9.77% from 255 or 5.15% from 466); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD18 is #2222E7. Grayscale: #C7C7C7. Windows color (decimal): -2237160 or 1629661. OLE color: 1629661.

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

Color convert

RGB 221 221 24 -
CMYK 0 0 0.89 0.13
HSL 60º 0.8% 0.48% -
HSV(B) 60º 0.89% 0.87% -
XYZ 55.84 67.15 10.88 -
YUV 198.54 29.5 144.02 -
System Red Green Blue C M Y K H S L
Decimal 221 221 24 0 0 0.89 0.13 60 0.8 0.48
Hex DD DD 18 0 0 59 D 3C 50 30
Octal 335 335 30 0 0 131 15 74 120 60
Binary 11011101 11011101 11000 0 0 1011001 1101 111100 1010000 110000

Color Harmonies of #DDDD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD18

Black with #DDDD18

Text Example


Text Example

White with #DDDD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD18; }

 p { color: rgb(221,221,24); }

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

background-color css

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

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

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

border-color css

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

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

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