Html Css Color HEX #D5DD14 Barberry

📋 copy color: '#D5DD14'

red 213 ◦ green 221 ◦ blue 20

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

Shades of Barberry #D5DD14

Tints of Barberry #D5DD14

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.68%

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

R = 46.92%
G = 48.68%
B = 4.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#D5DD14 (or 0xD5DD14) is known color: Barberry. HEX triplet: D5, DD and 14. RGB value is (213,221,20). Sum of RGB (Red+Green+Blue) = 213+221+20=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DD14 is #2A22EB. Grayscale: #C4C4C4. Windows color (decimal): -2761452 or 1367509. OLE color: 1367509.

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

Color convert

RGB 213 221 20 -
CMYK 0.04 0 0.91 0.13
HSL 62.39º 0.83% 0.47% -
HSV(B) 62.39º 0.91% 0.87% -
XYZ 53.42 65.91 10.57 -
YUV 195.69 28.85 140.34 -
System Red Green Blue C M Y K H S L
Decimal 213 221 20 0.04 0 0.91 0.13 62.39 0.83 0.47
Hex D5 DD 14 4 0 5B D 3E 53 2F
Octal 325 335 24 4 0 133 15 76 123 57
Binary 11010101 11011101 10100 100 0 1011011 1101 111110 1010011 101111

Color Harmonies of #D5DD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD14

Black with #D5DD14

Text Example


Text Example

White with #D5DD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD14; }

 p { color: rgb(213,221,20); }

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

background-color css

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

 a { background-color: rgb(213,221,20); }

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

border-color css

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

 span { border-color: rgb(213,221,20); }

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