Html Css Color HEX #DDD91F Barberry

📋 copy color: '#DDD91F'

red 221 ◦ green 217 ◦ blue 31

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

Shades of Barberry #DDD91F

Tints of Barberry #DDD91F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.27%

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

R = 47.12%
G = 46.27%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDD91F (or 0xDDD91F) is known color: Barberry. HEX triplet: DD, D9 and 1F. RGB value is (221,217,31). Sum of RGB (Red+Green+Blue) = 221+217+31=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 31 (12.5% from 255 or 6.61% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD91F is #2226E0. Grayscale: #C5C5C5. Windows color (decimal): -2238177 or 2087389. OLE color: 2087389.

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

Color convert

RGB 221 217 31 -
CMYK 0 0.02 0.86 0.13
HSL 58.74º 0.75% 0.49% -
HSV(B) 58.74º 0.86% 0.87% -
XYZ 54.88 65.1 10.97 -
YUV 196.99 34.33 145.12 -
System Red Green Blue C M Y K H S L
Decimal 221 217 31 0 0.02 0.86 0.13 58.74 0.75 0.49
Hex DD D9 1F 0 2 56 D 3B 4B 31
Octal 335 331 37 0 2 126 15 73 113 61
Binary 11011101 11011001 11111 0 10 1010110 1101 111011 1001011 110001

Color Harmonies of #DDD91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD91F

Black with #DDD91F

Text Example


Text Example

White with #DDD91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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