Html Css Color HEX #DDD61F Barberry

📋 copy color: '#DDD61F'

red 221 ◦ green 214 ◦ blue 31

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

Shades of Barberry #DDD61F

Tints of Barberry #DDD61F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.92%

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

R = 47.42%
G = 45.92%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDD61F (or 0xDDD61F) is known color: Barberry. HEX triplet: DD, D6 and 1F. RGB value is (221,214,31). Sum of RGB (Red+Green+Blue) = 221+214+31=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 31 (12.5% from 255 or 6.65% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD61F is #2229E0. Grayscale: #C3C3C3. Windows color (decimal): -2238945 or 2086621. OLE color: 2086621.

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

Color convert

RGB 221 214 31 -
CMYK 0 0.03 0.86 0.13
HSL 57.79º 0.75% 0.49% -
HSV(B) 57.79º 0.86% 0.87% -
XYZ 54.11 63.56 10.71 -
YUV 195.23 35.32 146.38 -
System Red Green Blue C M Y K H S L
Decimal 221 214 31 0 0.03 0.86 0.13 57.79 0.75 0.49
Hex DD D6 1F 0 3 56 D 3A 4B 31
Octal 335 326 37 0 3 126 15 72 113 61
Binary 11011101 11010110 11111 0 11 1010110 1101 111010 1001011 110001

Color Harmonies of #DDD61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD61F

Black with #DDD61F

Text Example


Text Example

White with #DDD61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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