Html Css Color HEX #DDD814 Barberry

📋 copy color: '#DDD814'

red 221 ◦ green 216 ◦ blue 20

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

Shades of Barberry #DDD814

Tints of Barberry #DDD814

RGB

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

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

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

R = 48.36%
G = 47.26%
B = 4.38%

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

#DDD814 (or 0xDDD814) is known color: Barberry. HEX triplet: DD, D8 and 14. RGB value is (221,216,20). Sum of RGB (Red+Green+Blue) = 221+216+20=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD814 is #2227EB. Grayscale: #C3C3C3. Windows color (decimal): -2238444 or 1366237. OLE color: 1366237.

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

Color convert

RGB 221 216 20 -
CMYK 0 0.02 0.91 0.13
HSL 58.51º 0.83% 0.47% -
HSV(B) 58.51º 0.91% 0.87% -
XYZ 54.5 64.53 10.25 -
YUV 195.15 29.16 146.44 -
System Red Green Blue C M Y K H S L
Decimal 221 216 20 0 0.02 0.91 0.13 58.51 0.83 0.47
Hex DD D8 14 0 2 5B D 3B 53 2F
Octal 335 330 24 0 2 133 15 73 123 57
Binary 11011101 11011000 10100 0 10 1011011 1101 111011 1010011 101111

Color Harmonies of #DDD814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD814

Black with #DDD814

Text Example


Text Example

White with #DDD814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD814; }

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

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

background-color css

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

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

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

border-color css

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

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

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