Html Css Color HEX #D5D21F Barberry

📋 copy color: '#D5D21F'

red 213 ◦ green 210 ◦ blue 31

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

Shades of Barberry #D5D21F

Tints of Barberry #D5D21F

RGB

 RED value IS 213 (83.59% from 255) = 46.92%

 GREEN value IS 210 (82.42% from 255) = 46.26%

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

R = 46.92%
G = 46.26%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5D21F (or 0xD5D21F) is known color: Barberry. HEX triplet: D5, D2 and 1F. RGB value is (213,210,31). Sum of RGB (Red+Green+Blue) = 213+210+31=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 31 (12.5% from 255 or 6.83% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D21F is #2A2DE0. Grayscale: #BFBFBF. Windows color (decimal): -2764257 or 2085589. OLE color: 2085589.

HSL color Cylindrical-coordinate representation of color #D5D21F: hue angle of 59.01º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5D21F is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 210 31 -
CMYK 0 0.01 0.85 0.16
HSL 59.01º 0.75% 0.48% -
HSV(B) 59.01º 0.85% 0.84% -
XYZ 50.73 60.34 10.27 -
YUV 190.49 37.99 144.05 -
System Red Green Blue C M Y K H S L
Decimal 213 210 31 0 0.01 0.85 0.16 59.01 0.75 0.48
Hex D5 D2 1F 0 1 55 10 3B 4B 30
Octal 325 322 37 0 1 125 20 73 113 60
Binary 11010101 11010010 11111 0 1 1010101 10000 111011 1001011 110000

Color Harmonies of #D5D21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D21F

Black with #D5D21F

Text Example


Text Example

White with #D5D21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D21F; }

 p { color: rgb(213,210,31); }

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

background-color css

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

 a { background-color: rgb(213,210,31); }

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

border-color css

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

 span { border-color: rgb(213,210,31); }

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