Html Css Color HEX #DDD40E Barberry

📋 copy color: '#DDD40E'

red 221 ◦ green 212 ◦ blue 14

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

Shades of Barberry #DDD40E

Tints of Barberry #DDD40E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.43%

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

R = 49.44%
G = 47.43%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDD40E (or 0xDDD40E) is known color: Barberry. HEX triplet: DD, D4 and 0E. RGB value is (221,212,14). Sum of RGB (Red+Green+Blue) = 221+212+14=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD40E is #222BF1. Grayscale: #C0C0C0. Windows color (decimal): -2239474 or 971997. OLE color: 971997.

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

Color convert

RGB 221 212 14 -
CMYK 0 0.04 0.94 0.13
HSL 57.39º 0.88% 0.46% -
HSV(B) 57.39º 0.94% 0.87% -
XYZ 53.44 62.49 9.66 -
YUV 192.12 27.48 148.6 -
System Red Green Blue C M Y K H S L
Decimal 221 212 14 0 0.04 0.94 0.13 57.39 0.88 0.46
Hex DD D4 E 0 4 5E D 39 58 2E
Octal 335 324 16 0 4 136 15 71 130 56
Binary 11011101 11010100 1110 0 100 1011110 1101 111001 1011000 101110

Color Harmonies of #DDD40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD40E

Black with #DDD40E

Text Example


Text Example

White with #DDD40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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