Html Css Color HEX #DDD714 Barberry

📋 copy color: '#DDD714'

red 221 ◦ green 215 ◦ blue 20

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

Shades of Barberry #DDD714

Tints of Barberry #DDD714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.15%

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

R = 48.46%
G = 47.15%
B = 4.39%

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

#DDD714 (or 0xDDD714) is known color: Barberry. HEX triplet: DD, D7 and 14. RGB value is (221,215,20). Sum of RGB (Red+Green+Blue) = 221+215+20=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD714 is #2228EB. Grayscale: #C3C3C3. Windows color (decimal): -2238700 or 1365981. OLE color: 1365981.

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

Color convert

RGB 221 215 20 -
CMYK 0 0.03 0.91 0.13
HSL 58.21º 0.83% 0.47% -
HSV(B) 58.21º 0.91% 0.87% -
XYZ 54.25 64.02 10.16 -
YUV 194.56 29.49 146.86 -
System Red Green Blue C M Y K H S L
Decimal 221 215 20 0 0.03 0.91 0.13 58.21 0.83 0.47
Hex DD D7 14 0 3 5B D 3A 53 2F
Octal 335 327 24 0 3 133 15 72 123 57
Binary 11011101 11010111 10100 0 11 1011011 1101 111010 1010011 101111

Color Harmonies of #DDD714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD714

Black with #DDD714

Text Example


Text Example

White with #DDD714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD714; }

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

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

background-color css

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

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

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

border-color css

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

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

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