Html Css Color HEX #DDD81D Barberry

📋 copy color: '#DDD81D'

red 221 ◦ green 216 ◦ blue 29

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

Shades of Barberry #DDD81D

Tints of Barberry #DDD81D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.22%

R = 47.42%
G = 46.35%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDD81D (or 0xDDD81D) is known color: Barberry. HEX triplet: DD, D8 and 1D. RGB value is (221,216,29). Sum of RGB (Red+Green+Blue) = 221+216+29=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 29 (11.72% from 255 or 6.22% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD81D is #2227E2. Grayscale: #C4C4C4. Windows color (decimal): -2238435 or 1956061. OLE color: 1956061.

HSL color Cylindrical-coordinate representation of color #DDD81D: hue angle of 58.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDD81D is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 216 29 -
CMYK 0 0.02 0.87 0.13
HSL 58.44º 0.77% 0.49% -
HSV(B) 58.44º 0.87% 0.87% -
XYZ 54.6 64.57 10.75 -
YUV 196.18 33.66 145.71 -
System Red Green Blue C M Y K H S L
Decimal 221 216 29 0 0.02 0.87 0.13 58.44 0.77 0.49
Hex DD D8 1D 0 2 57 D 3A 4D 31
Octal 335 330 35 0 2 127 15 72 115 61
Binary 11011101 11011000 11101 0 10 1010111 1101 111010 1001101 110001

Color Harmonies of #DDD81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD81D

Black with #DDD81D

Text Example


Text Example

White with #DDD81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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