Html Css Color HEX #DDD813 Barberry

📋 copy color: '#DDD813'

red 221 ◦ green 216 ◦ blue 19

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

Shades of Barberry #DDD813

Tints of Barberry #DDD813

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.37%

 BLUE value IS 19 (7.81% from 255) = 4.17%

R = 48.46%
G = 47.37%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDD813 (or 0xDDD813) is known color: Barberry. HEX triplet: DD, D8 and 13. RGB value is (221,216,19). Sum of RGB (Red+Green+Blue) = 221+216+19=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 19 (7.81% from 255 or 4.17% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD813 is #2227EC. Grayscale: #C3C3C3. Windows color (decimal): -2238445 or 1300701. OLE color: 1300701.

HSL color Cylindrical-coordinate representation of color #DDD813: hue angle of 58.51º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDD813 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 216 19 -
CMYK 0 0.02 0.91 0.13
HSL 58.51º 0.84% 0.47% -
HSV(B) 58.51º 0.91% 0.87% -
XYZ 54.49 64.53 10.2 -
YUV 195.04 28.66 146.52 -
System Red Green Blue C M Y K H S L
Decimal 221 216 19 0 0.02 0.91 0.13 58.51 0.84 0.47
Hex DD D8 13 0 2 5B D 3B 54 2F
Octal 335 330 23 0 2 133 15 73 124 57
Binary 11011101 11011000 10011 0 10 1011011 1101 111011 1010100 101111

Color Harmonies of #DDD813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD813

Black with #DDD813

Text Example


Text Example

White with #DDD813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD813; }

 p { color: rgb(221,216,19); }

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

background-color css

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

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

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

border-color css

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

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

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