Html Css Color HEX #D5D610 Barberry

📋 copy color: '#D5D610'

red 213 ◦ green 214 ◦ blue 16

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

Shades of Barberry #D5D610

Tints of Barberry #D5D610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.61%

R = 48.08%
G = 48.31%
B = 3.61%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5D610 (or 0xD5D610) is known color: Barberry. HEX triplet: D5, D6 and 10. RGB value is (213,214,16). Sum of RGB (Red+Green+Blue) = 213+214+16=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D610 is #2A29EF. Grayscale: #BFBFBF. Windows color (decimal): -2763248 or 1103573. OLE color: 1103573.

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

Color convert

RGB 213 214 16 -
CMYK 0.00 0 0.93 0.16
HSL 60.3º 0.86% 0.45% -
HSV(B) 60.3º 0.93% 0.84% -
XYZ 51.58 62.28 9.79 -
YUV 191.13 29.17 143.6 -
System Red Green Blue C M Y K H S L
Decimal 213 214 16 0.00 0 0.93 0.16 60.3 0.86 0.45
Hex D5 D6 10 0 0 5D 10 3C 56 2D
Octal 325 326 20 0 0 135 20 74 126 55
Binary 11010101 11010110 10000 0 0 1011101 10000 111100 1010110 101101

Color Harmonies of #D5D610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D610

Black with #D5D610

Text Example


Text Example

White with #D5D610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D610; }

 p { color: rgb(213,214,16); }

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

background-color css

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

 a { background-color: rgb(213,214,16); }

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

border-color css

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

 span { border-color: rgb(213,214,16); }

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