Html Css Color HEX #D5D413 Barberry

📋 copy color: '#D5D413'

red 213 ◦ green 212 ◦ blue 19

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

Shades of Barberry #D5D413

Tints of Barberry #D5D413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.28%

R = 47.97%
G = 47.75%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D5D413 (or 0xD5D413) is known color: Barberry. HEX triplet: D5, D4 and 13. RGB value is (213,212,19). Sum of RGB (Red+Green+Blue) = 213+212+19=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 19 (7.81% from 255 or 4.28% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D413 is #2A2BEC. Grayscale: #BFBFBF. Windows color (decimal): -2763757 or 1299669. OLE color: 1299669.

HSL color Cylindrical-coordinate representation of color #D5D413: hue angle of 59.69º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5D413 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 212 19 -
CMYK 0 0.00 0.91 0.16
HSL 59.69º 0.84% 0.45% -
HSV(B) 59.69º 0.91% 0.84% -
XYZ 51.1 61.28 9.75 -
YUV 190.3 31.33 144.19 -
System Red Green Blue C M Y K H S L
Decimal 213 212 19 0 0.00 0.91 0.16 59.69 0.84 0.45
Hex D5 D4 13 0 0 5B 10 3C 54 2D
Octal 325 324 23 0 0 133 20 74 124 55
Binary 11010101 11010100 10011 0 0 1011011 10000 111100 1010100 101101

Color Harmonies of #D5D413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D413

Black with #D5D413

Text Example


Text Example

White with #D5D413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D413; }

 p { color: rgb(213,212,19); }

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

background-color css

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

 a { background-color: rgb(213,212,19); }

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

border-color css

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

 span { border-color: rgb(213,212,19); }

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