Html Css Color HEX #DDD11F Barberry

📋 copy color: '#DDD11F'

red 221 ◦ green 209 ◦ blue 31

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

Shades of Barberry #DDD11F

Tints of Barberry #DDD11F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.34%

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

R = 47.94%
G = 45.34%
B = 6.72%

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

#DDD11F (or 0xDDD11F) is known color: Barberry. HEX triplet: DD, D1 and 1F. RGB value is (221,209,31). Sum of RGB (Red+Green+Blue) = 221+209+31=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 31 (12.5% from 255 or 6.72% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD11F is #222EE0. Grayscale: #C1C1C1. Windows color (decimal): -2240225 or 2085341. OLE color: 2085341.

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

Color convert

RGB 221 209 31 -
CMYK 0 0.05 0.86 0.13
HSL 56.21º 0.75% 0.49% -
HSV(B) 56.21º 0.86% 0.87% -
XYZ 52.87 61.07 10.3 -
YUV 192.3 36.98 148.47 -
System Red Green Blue C M Y K H S L
Decimal 221 209 31 0 0.05 0.86 0.13 56.21 0.75 0.49
Hex DD D1 1F 0 5 56 D 38 4B 31
Octal 335 321 37 0 5 126 15 70 113 61
Binary 11011101 11010001 11111 0 101 1010110 1101 111000 1001011 110001

Color Harmonies of #DDD11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD11F

Black with #DDD11F

Text Example


Text Example

White with #DDD11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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