Html Css Color HEX #DDD70E Barberry

📋 copy color: '#DDD70E'

red 221 ◦ green 215 ◦ blue 14

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

Shades of Barberry #DDD70E

Tints of Barberry #DDD70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.11%

R = 49.11%
G = 47.78%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDD70E (or 0xDDD70E) is known color: Barberry. HEX triplet: DD, D7 and 0E. RGB value is (221,215,14). Sum of RGB (Red+Green+Blue) = 221+215+14=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD70E is #2228F1. Grayscale: #C2C2C2. Windows color (decimal): -2238706 or 972765. OLE color: 972765.

HSL color Cylindrical-coordinate representation of color #DDD70E: hue angle of 58.26º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDD70E is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 215 14 -
CMYK 0 0.03 0.94 0.13
HSL 58.26º 0.88% 0.46% -
HSV(B) 58.26º 0.94% 0.87% -
XYZ 54.2 64 9.91 -
YUV 193.88 26.49 147.34 -
System Red Green Blue C M Y K H S L
Decimal 221 215 14 0 0.03 0.94 0.13 58.26 0.88 0.46
Hex DD D7 E 0 3 5E D 3A 58 2E
Octal 335 327 16 0 3 136 15 72 130 56
Binary 11011101 11010111 1110 0 11 1011110 1101 111010 1011000 101110

Color Harmonies of #DDD70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD70E

Black with #DDD70E

Text Example


Text Example

White with #DDD70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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