Html Css Color HEX #DDD31F Barberry

📋 copy color: '#DDD31F'

red 221 ◦ green 211 ◦ blue 31

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

Shades of Barberry #DDD31F

Tints of Barberry #DDD31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.7%

R = 47.73%
G = 45.57%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDD31F (or 0xDDD31F) is known color: Barberry. HEX triplet: DD, D3 and 1F. RGB value is (221,211,31). Sum of RGB (Red+Green+Blue) = 221+211+31=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 31 (12.5% from 255 or 6.70% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD31F is #222CE0. Grayscale: #C2C2C2. Windows color (decimal): -2239713 or 2085853. OLE color: 2085853.

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

Color convert

RGB 221 211 31 -
CMYK 0 0.05 0.86 0.13
HSL 56.84º 0.75% 0.49% -
HSV(B) 56.84º 0.86% 0.87% -
XYZ 53.36 62.06 10.46 -
YUV 193.47 36.31 147.64 -
System Red Green Blue C M Y K H S L
Decimal 221 211 31 0 0.05 0.86 0.13 56.84 0.75 0.49
Hex DD D3 1F 0 5 56 D 39 4B 31
Octal 335 323 37 0 5 126 15 71 113 61
Binary 11011101 11010011 11111 0 101 1010110 1101 111001 1001011 110001

Color Harmonies of #DDD31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD31F

Black with #DDD31F

Text Example


Text Example

White with #DDD31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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