Html Css Color HEX #DDD718 Barberry

📋 copy color: '#DDD718'

red 221 ◦ green 215 ◦ blue 24

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

Shades of Barberry #DDD718

Tints of Barberry #DDD718

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.74%

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

R = 48.04%
G = 46.74%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDD718 (or 0xDDD718) is known color: Barberry. HEX triplet: DD, D7 and 18. RGB value is (221,215,24). Sum of RGB (Red+Green+Blue) = 221+215+24=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 24 (9.77% from 255 or 5.22% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD718 is #2228E7. Grayscale: #C3C3C3. Windows color (decimal): -2238696 or 1628125. OLE color: 1628125.

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

Color convert

RGB 221 215 24 -
CMYK 0 0.03 0.89 0.13
HSL 58.17º 0.8% 0.48% -
HSV(B) 58.17º 0.89% 0.87% -
XYZ 54.28 64.04 10.36 -
YUV 195.02 31.49 146.53 -
System Red Green Blue C M Y K H S L
Decimal 221 215 24 0 0.03 0.89 0.13 58.17 0.8 0.48
Hex DD D7 18 0 3 59 D 3A 50 30
Octal 335 327 30 0 3 131 15 72 120 60
Binary 11011101 11010111 11000 0 11 1011001 1101 111010 1010000 110000

Color Harmonies of #DDD718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD718

Black with #DDD718

Text Example


Text Example

White with #DDD718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD718; }

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

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

background-color css

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

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

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

border-color css

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

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

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