Html Css Color HEX #DDDA18 Barberry

📋 copy color: '#DDDA18'

red 221 ◦ green 218 ◦ blue 24

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

Shades of Barberry #DDDA18

Tints of Barberry #DDDA18

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.08%

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

R = 47.73%
G = 47.08%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDDA18 (or 0xDDDA18) is known color: Barberry. HEX triplet: DD, DA and 18. RGB value is (221,218,24). Sum of RGB (Red+Green+Blue) = 221+218+24=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 24 (9.77% from 255 or 5.18% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA18 is #2225E7. Grayscale: #C5C5C5. Windows color (decimal): -2237928 or 1628893. OLE color: 1628893.

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

Color convert

RGB 221 218 24 -
CMYK 0 0.01 0.89 0.13
HSL 59.09º 0.8% 0.48% -
HSV(B) 59.09º 0.89% 0.87% -
XYZ 55.06 65.58 10.62 -
YUV 196.78 30.49 145.27 -
System Red Green Blue C M Y K H S L
Decimal 221 218 24 0 0.01 0.89 0.13 59.09 0.8 0.48
Hex DD DA 18 0 1 59 D 3B 50 30
Octal 335 332 30 0 1 131 15 73 120 60
Binary 11011101 11011010 11000 0 1 1011001 1101 111011 1010000 110000

Color Harmonies of #DDDA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA18

Black with #DDDA18

Text Example


Text Example

White with #DDDA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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