Html Css Color HEX #D5D321 Barberry

📋 copy color: '#D5D321'

red 213 ◦ green 211 ◦ blue 33

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

Shades of Barberry #D5D321

Tints of Barberry #D5D321

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.17%

 BLUE value IS 33 (13.28% from 255) = 7.22%

R = 46.61%
G = 46.17%
B = 7.22%

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

#D5D321 (or 0xD5D321) is known color: Barberry. HEX triplet: D5, D3 and 21. RGB value is (213,211,33). Sum of RGB (Red+Green+Blue) = 213+211+33=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 33 (13.28% from 255 or 7.22% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D321 is #2A2CDE. Grayscale: #C0C0C0. Windows color (decimal): -2763999 or 2216917. OLE color: 2216917.

HSL color Cylindrical-coordinate representation of color #D5D321: hue angle of 59.33º degrees, saturation: 0.73, 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 #D5D321 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 211 33 -
CMYK 0 0.01 0.85 0.16
HSL 59.33º 0.73% 0.48% -
HSV(B) 59.33º 0.85% 0.84% -
XYZ 51.01 60.84 10.49 -
YUV 191.31 38.66 143.47 -
System Red Green Blue C M Y K H S L
Decimal 213 211 33 0 0.01 0.85 0.16 59.33 0.73 0.48
Hex D5 D3 21 0 1 55 10 3B 49 30
Octal 325 323 41 0 1 125 20 73 111 60
Binary 11010101 11010011 100001 0 1 1010101 10000 111011 1001001 110000

Color Harmonies of #D5D321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D321

Black with #D5D321

Text Example


Text Example

White with #D5D321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D321; }

 p { color: rgb(213,211,33); }

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

background-color css

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

 a { background-color: rgb(213,211,33); }

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

border-color css

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

 span { border-color: rgb(213,211,33); }

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