Html Css Color HEX #DDD614 Barberry

📋 copy color: '#DDD614'

red 221 ◦ green 214 ◦ blue 20

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

Shades of Barberry #DDD614

Tints of Barberry #DDD614

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.03%

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

R = 48.57%
G = 47.03%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDD614 (or 0xDDD614) is known color: Barberry. HEX triplet: DD, D6 and 14. RGB value is (221,214,20). Sum of RGB (Red+Green+Blue) = 221+214+20=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD614 is #2229EB. Grayscale: #C2C2C2. Windows color (decimal): -2238956 or 1365725. OLE color: 1365725.

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

Color convert

RGB 221 214 20 -
CMYK 0 0.03 0.91 0.13
HSL 57.91º 0.83% 0.47% -
HSV(B) 57.91º 0.91% 0.87% -
XYZ 53.99 63.52 10.08 -
YUV 193.98 29.82 147.27 -
System Red Green Blue C M Y K H S L
Decimal 221 214 20 0 0.03 0.91 0.13 57.91 0.83 0.47
Hex DD D6 14 0 3 5B D 3A 53 2F
Octal 335 326 24 0 3 133 15 72 123 57
Binary 11011101 11010110 10100 0 11 1011011 1101 111010 1010011 101111

Color Harmonies of #DDD614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD614

Black with #DDD614

Text Example


Text Example

White with #DDD614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD614; }

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

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

background-color css

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

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

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

border-color css

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

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

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