Html Css Color HEX #DDD41F Barberry

📋 copy color: '#DDD41F'

red 221 ◦ green 212 ◦ blue 31

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

Shades of Barberry #DDD41F

Tints of Barberry #DDD41F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.69%

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

R = 47.63%
G = 45.69%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDD41F (or 0xDDD41F) is known color: Barberry. HEX triplet: DD, D4 and 1F. RGB value is (221,212,31). Sum of RGB (Red+Green+Blue) = 221+212+31=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 31 (12.5% from 255 or 6.68% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD41F is #222BE0. Grayscale: #C2C2C2. Windows color (decimal): -2239457 or 2086109. OLE color: 2086109.

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

Color convert

RGB 221 212 31 -
CMYK 0 0.04 0.86 0.13
HSL 57.16º 0.75% 0.49% -
HSV(B) 57.16º 0.86% 0.87% -
XYZ 53.61 62.56 10.55 -
YUV 194.06 35.98 147.22 -
System Red Green Blue C M Y K H S L
Decimal 221 212 31 0 0.04 0.86 0.13 57.16 0.75 0.49
Hex DD D4 1F 0 4 56 D 39 4B 31
Octal 335 324 37 0 4 126 15 71 113 61
Binary 11011101 11010100 11111 0 100 1010110 1101 111001 1001011 110001

Color Harmonies of #DDD41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD41F

Black with #DDD41F

Text Example


Text Example

White with #DDD41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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