Html Css Color HEX #D4D514 Barberry

📋 copy color: '#D4D514'

red 212 ◦ green 213 ◦ blue 20

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

Shades of Barberry #D4D514

Tints of Barberry #D4D514

RGB

 RED value IS 212 (83.2% from 255) = 47.64%

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

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

R = 47.64%
G = 47.87%
B = 4.49%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D4D514 (or 0xD4D514) is known color: Barberry. HEX triplet: D4, D5 and 14. RGB value is (212,213,20). Sum of RGB (Red+Green+Blue) = 212+213+20=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D514 is #2B2AEB. Grayscale: #BFBFBF. Windows color (decimal): -2829036 or 1365460. OLE color: 1365460.

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

Color convert

RGB 212 213 20 -
CMYK 0.00 0 0.91 0.16
HSL 60.31º 0.83% 0.46% -
HSV(B) 60.31º 0.91% 0.84% -
XYZ 51.07 61.64 9.87 -
YUV 190.7 31.67 143.19 -
System Red Green Blue C M Y K H S L
Decimal 212 213 20 0.00 0 0.91 0.16 60.31 0.83 0.46
Hex D4 D5 14 0 0 5B 10 3C 53 2E
Octal 324 325 24 0 0 133 20 74 123 56
Binary 11010100 11010101 10100 0 0 1011011 10000 111100 1010011 101110

Color Harmonies of #D4D514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D514

Black with #D4D514

Text Example


Text Example

White with #D4D514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D514; }

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

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

background-color css

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

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

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

border-color css

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

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

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