Html Css Color HEX #D4D714 Barberry

📋 copy color: '#D4D714'

red 212 ◦ green 215 ◦ blue 20

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

Shades of Barberry #D4D714

Tints of Barberry #D4D714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.1%

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

R = 47.43%
G = 48.1%
B = 4.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D4D714 (or 0xD4D714) is known color: Barberry. HEX triplet: D4, D7 and 14. RGB value is (212,215,20). Sum of RGB (Red+Green+Blue) = 212+215+20=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 20 (8.20% from 255 or 4.47% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D714 is #2B28EB. Grayscale: #C0C0C0. Windows color (decimal): -2828524 or 1365972. OLE color: 1365972.

HSL color Cylindrical-coordinate representation of color #D4D714: hue angle of 60.92º 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 #D4D714 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 215 20 -
CMYK 0.01 0 0.91 0.16
HSL 60.92º 0.83% 0.46% -
HSV(B) 60.92º 0.91% 0.84% -
XYZ 51.58 62.65 10.04 -
YUV 191.87 31.01 142.36 -
System Red Green Blue C M Y K H S L
Decimal 212 215 20 0.01 0 0.91 0.16 60.92 0.83 0.46
Hex D4 D7 14 1 0 5B 10 3D 53 2E
Octal 324 327 24 1 0 133 20 75 123 56
Binary 11010100 11010111 10100 1 0 1011011 10000 111101 1010011 101110

Color Harmonies of #D4D714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D714

Black with #D4D714

Text Example


Text Example

White with #D4D714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D714; }

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

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

background-color css

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

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

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

border-color css

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

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

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