Html Css Color HEX #DDD313 Barberry

📋 copy color: '#DDD313'

red 221 ◦ green 211 ◦ blue 19

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

Shades of Barberry #DDD313

Tints of Barberry #DDD313

RGB

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

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

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

R = 49%
G = 46.78%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDD313 (or 0xDDD313) is known color: Barberry. HEX triplet: DD, D3 and 13. RGB value is (221,211,19). Sum of RGB (Red+Green+Blue) = 221+211+19=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD313 is #222CEC. Grayscale: #C0C0C0. Windows color (decimal): -2239725 or 1299421. OLE color: 1299421.

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

Color convert

RGB 221 211 19 -
CMYK 0 0.05 0.91 0.13
HSL 57.03º 0.84% 0.47% -
HSV(B) 57.03º 0.91% 0.87% -
XYZ 53.23 62.01 9.78 -
YUV 192.1 30.31 148.61 -
System Red Green Blue C M Y K H S L
Decimal 221 211 19 0 0.05 0.91 0.13 57.03 0.84 0.47
Hex DD D3 13 0 5 5B D 39 54 2F
Octal 335 323 23 0 5 133 15 71 124 57
Binary 11011101 11010011 10011 0 101 1011011 1101 111001 1010100 101111

Color Harmonies of #DDD313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD313

Black with #DDD313

Text Example


Text Example

White with #DDD313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD313; }

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

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

background-color css

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

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

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

border-color css

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

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

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