Html Css Color HEX #D3D51E Barberry

📋 copy color: '#D3D51E'

red 211 ◦ green 213 ◦ blue 30

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

Shades of Barberry #D3D51E

Tints of Barberry #D3D51E

RGB

 RED value IS 211 (82.81% from 255) = 46.48%

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

 BLUE value IS 30 (12.11% from 255) = 6.61%

R = 46.48%
G = 46.92%
B = 6.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D3D51E (or 0xD3D51E) is known color: Barberry. HEX triplet: D3, D5 and 1E. RGB value is (211,213,30). Sum of RGB (Red+Green+Blue) = 211+213+30=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 30 (12.11% from 255 or 6.61% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D51E is #2C2AE1. Grayscale: #C0C0C0. Windows color (decimal): -2894562 or 2020819. OLE color: 2020819.

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

Color convert

RGB 211 213 30 -
CMYK 0.01 0 0.86 0.16
HSL 60.66º 0.75% 0.48% -
HSV(B) 60.66º 0.86% 0.84% -
XYZ 50.89 61.53 10.42 -
YUV 191.54 36.84 141.88 -
System Red Green Blue C M Y K H S L
Decimal 211 213 30 0.01 0 0.86 0.16 60.66 0.75 0.48
Hex D3 D5 1E 1 0 56 10 3D 4B 30
Octal 323 325 36 1 0 126 20 75 113 60
Binary 11010011 11010101 11110 1 0 1010110 10000 111101 1001011 110000

Color Harmonies of #D3D51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D51E

Black with #D3D51E

Text Example


Text Example

White with #D3D51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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