Html Css Color HEX #DDD31D Barberry

📋 copy color: '#DDD31D'

red 221 ◦ green 211 ◦ blue 29

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

Shades of Barberry #DDD31D

Tints of Barberry #DDD31D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.77%

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

R = 47.94%
G = 45.77%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDD31D (or 0xDDD31D) is known color: Barberry. HEX triplet: DD, D3 and 1D. RGB value is (221,211,29). Sum of RGB (Red+Green+Blue) = 221+211+29=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 29 (11.72% from 255 or 6.29% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD31D is #222CE2. Grayscale: #C1C1C1. Windows color (decimal): -2239715 or 1954781. OLE color: 1954781.

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

Color convert

RGB 221 211 29 -
CMYK 0 0.05 0.87 0.13
HSL 56.88º 0.77% 0.49% -
HSV(B) 56.88º 0.87% 0.87% -
XYZ 53.33 62.05 10.33 -
YUV 193.24 35.31 147.8 -
System Red Green Blue C M Y K H S L
Decimal 221 211 29 0 0.05 0.87 0.13 56.88 0.77 0.49
Hex DD D3 1D 0 5 57 D 39 4D 31
Octal 335 323 35 0 5 127 15 71 115 61
Binary 11011101 11010011 11101 0 101 1010111 1101 111001 1001101 110001

Color Harmonies of #DDD31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD31D

Black with #DDD31D

Text Example


Text Example

White with #DDD31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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