Html Css Color HEX #DDD71F Barberry

📋 copy color: '#DDD71F'

red 221 ◦ green 215 ◦ blue 31

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

Shades of Barberry #DDD71F

Tints of Barberry #DDD71F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.04%

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

R = 47.32%
G = 46.04%
B = 6.64%

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

#DDD71F (or 0xDDD71F) is known color: Barberry. HEX triplet: DD, D7 and 1F. RGB value is (221,215,31). Sum of RGB (Red+Green+Blue) = 221+215+31=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD71F is #2228E0. Grayscale: #C4C4C4. Windows color (decimal): -2238689 or 2086877. OLE color: 2086877.

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

Color convert

RGB 221 215 31 -
CMYK 0 0.03 0.86 0.13
HSL 58.11º 0.75% 0.49% -
HSV(B) 58.11º 0.86% 0.87% -
XYZ 54.37 64.07 10.8 -
YUV 195.82 34.99 145.96 -
System Red Green Blue C M Y K H S L
Decimal 221 215 31 0 0.03 0.86 0.13 58.11 0.75 0.49
Hex DD D7 1F 0 3 56 D 3A 4B 31
Octal 335 327 37 0 3 126 15 72 113 61
Binary 11011101 11010111 11111 0 11 1010110 1101 111010 1001011 110001

Color Harmonies of #DDD71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD71F

Black with #DDD71F

Text Example


Text Example

White with #DDD71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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