Html Css Color HEX #DDD60E Barberry

📋 copy color: '#DDD60E'

red 221 ◦ green 214 ◦ blue 14

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

Shades of Barberry #DDD60E

Tints of Barberry #DDD60E

RGB

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

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

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

R = 49.22%
G = 47.66%
B = 3.12%

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

#DDD60E (or 0xDDD60E) is known color: Barberry. HEX triplet: DD, D6 and 0E. RGB value is (221,214,14). Sum of RGB (Red+Green+Blue) = 221+214+14=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD60E is #2229F1. Grayscale: #C2C2C2. Windows color (decimal): -2238962 or 972509. OLE color: 972509.

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

Color convert

RGB 221 214 14 -
CMYK 0 0.03 0.94 0.13
HSL 57.97º 0.88% 0.46% -
HSV(B) 57.97º 0.94% 0.87% -
XYZ 53.94 63.5 9.83 -
YUV 193.29 26.82 147.76 -
System Red Green Blue C M Y K H S L
Decimal 221 214 14 0 0.03 0.94 0.13 57.97 0.88 0.46
Hex DD D6 E 0 3 5E D 3A 58 2E
Octal 335 326 16 0 3 136 15 72 130 56
Binary 11011101 11010110 1110 0 11 1011110 1101 111010 1011000 101110

Color Harmonies of #DDD60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD60E

Black with #DDD60E

Text Example


Text Example

White with #DDD60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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