Html Css Color HEX #DDD318 Barberry

📋 copy color: '#DDD318'

red 221 ◦ green 211 ◦ blue 24

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

Shades of Barberry #DDD318

Tints of Barberry #DDD318

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.27%

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

R = 48.46%
G = 46.27%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDD318 (or 0xDDD318) is known color: Barberry. HEX triplet: DD, D3 and 18. RGB value is (221,211,24). Sum of RGB (Red+Green+Blue) = 221+211+24=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 24 (9.77% from 255 or 5.26% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD318 is #222CE7. Grayscale: #C1C1C1. Windows color (decimal): -2239720 or 1627101. OLE color: 1627101.

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

Color convert

RGB 221 211 24 -
CMYK 0 0.05 0.89 0.13
HSL 56.95º 0.8% 0.48% -
HSV(B) 56.95º 0.89% 0.87% -
XYZ 53.28 62.03 10.03 -
YUV 192.67 32.81 148.21 -
System Red Green Blue C M Y K H S L
Decimal 221 211 24 0 0.05 0.89 0.13 56.95 0.8 0.48
Hex DD D3 18 0 5 59 D 39 50 30
Octal 335 323 30 0 5 131 15 71 120 60
Binary 11011101 11010011 11000 0 101 1011001 1101 111001 1010000 110000

Color Harmonies of #DDD318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD318

Black with #DDD318

Text Example


Text Example

White with #DDD318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD318; }

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

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

background-color css

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

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

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

border-color css

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

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

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