Html Css Color HEX #D4D71F Barberry

📋 copy color: '#D4D71F'

red 212 ◦ green 215 ◦ blue 31

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

Shades of Barberry #D4D71F

Tints of Barberry #D4D71F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.77%

R = 46.29%
G = 46.94%
B = 6.77%

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

#D4D71F (or 0xD4D71F) is known color: Barberry. HEX triplet: D4, D7 and 1F. RGB value is (212,215,31). Sum of RGB (Red+Green+Blue) = 212+215+31=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 31 (12.5% from 255 or 6.77% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D71F is #2B28E0. Grayscale: #C1C1C1. Windows color (decimal): -2828513 or 2086868. OLE color: 2086868.

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

Color convert

RGB 212 215 31 -
CMYK 0.01 0 0.86 0.16
HSL 60.98º 0.75% 0.48% -
HSV(B) 60.98º 0.86% 0.84% -
XYZ 51.7 62.7 10.67 -
YUV 193.13 36.51 141.46 -
System Red Green Blue C M Y K H S L
Decimal 212 215 31 0.01 0 0.86 0.16 60.98 0.75 0.48
Hex D4 D7 1F 1 0 56 10 3D 4B 30
Octal 324 327 37 1 0 126 20 75 113 60
Binary 11010100 11010111 11111 1 0 1010110 10000 111101 1001011 110000

Color Harmonies of #D4D71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D71F

Black with #D4D71F

Text Example


Text Example

White with #D4D71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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