Html Css Color HEX #D3DF14 Barberry

📋 copy color: '#D3DF14'

red 211 ◦ green 223 ◦ blue 20

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

Shades of Barberry #D3DF14

Tints of Barberry #D3DF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.12%

 BLUE value IS 20 (8.2% from 255) = 4.41%

R = 46.48%
G = 49.12%
B = 4.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#D3DF14 (or 0xD3DF14) is known color: Barberry. HEX triplet: D3, DF and 14. RGB value is (211,223,20). Sum of RGB (Red+Green+Blue) = 211+223+20=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3DF14 is #2C20EB. Grayscale: #C5C5C5. Windows color (decimal): -2892012 or 1368019. OLE color: 1368019.

HSL color Cylindrical-coordinate representation of color #D3DF14: hue angle of 63.55º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3DF14 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 223 20 -
CMYK 0.05 0 0.91 0.13
HSL 63.55º 0.84% 0.48% -
HSV(B) 63.55º 0.91% 0.87% -
XYZ 53.38 66.67 10.72 -
YUV 196.27 28.52 138.51 -
System Red Green Blue C M Y K H S L
Decimal 211 223 20 0.05 0 0.91 0.13 63.55 0.84 0.48
Hex D3 DF 14 5 0 5B D 40 54 30
Octal 323 337 24 5 0 133 15 100 124 60
Binary 11010011 11011111 10100 101 0 1011011 1101 1000000 1010100 110000

Color Harmonies of #D3DF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DF14

Black with #D3DF14

Text Example


Text Example

White with #D3DF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DF14; }

 p { color: rgb(211,223,20); }

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

background-color css

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

 a { background-color: rgb(211,223,20); }

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

border-color css

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

 span { border-color: rgb(211,223,20); }

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