Html Css Color HEX #DDD314 Barberry

📋 copy color: '#DDD314'

red 221 ◦ green 211 ◦ blue 20

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

Shades of Barberry #DDD314

Tints of Barberry #DDD314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.42%

R = 48.89%
G = 46.68%
B = 4.42%

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

#DDD314 (or 0xDDD314) is known color: Barberry. HEX triplet: DD, D3 and 14. RGB value is (221,211,20). Sum of RGB (Red+Green+Blue) = 221+211+20=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD314 is #222CEB. Grayscale: #C0C0C0. Windows color (decimal): -2239724 or 1364957. OLE color: 1364957.

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

Color convert

RGB 221 211 20 -
CMYK 0 0.05 0.91 0.13
HSL 57.01º 0.83% 0.47% -
HSV(B) 57.01º 0.91% 0.87% -
XYZ 53.24 62.01 9.83 -
YUV 192.22 30.81 148.53 -
System Red Green Blue C M Y K H S L
Decimal 221 211 20 0 0.05 0.91 0.13 57.01 0.83 0.47
Hex DD D3 14 0 5 5B D 39 53 2F
Octal 335 323 24 0 5 133 15 71 123 57
Binary 11011101 11010011 10100 0 101 1011011 1101 111001 1010011 101111

Color Harmonies of #DDD314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD314

Black with #DDD314

Text Example


Text Example

White with #DDD314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD314; }

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

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

background-color css

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

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

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

border-color css

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

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

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