Html Css Color HEX #D4D612 Barberry

📋 copy color: '#D4D612'

red 212 ◦ green 214 ◦ blue 18

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

Shades of Barberry #D4D612

Tints of Barberry #D4D612

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.2%

 BLUE value IS 18 (7.42% from 255) = 4.05%

R = 47.75%
G = 48.2%
B = 4.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D4D612 (or 0xD4D612) is known color: Barberry. HEX triplet: D4, D6 and 12. RGB value is (212,214,18). Sum of RGB (Red+Green+Blue) = 212+214+18=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D612 is #2B29ED. Grayscale: #BFBFBF. Windows color (decimal): -2828782 or 1234644. OLE color: 1234644.

HSL color Cylindrical-coordinate representation of color #D4D612: hue angle of 60.61º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4D612 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 214 18 -
CMYK 0.01 0 0.92 0.16
HSL 60.61º 0.84% 0.45% -
HSV(B) 60.61º 0.92% 0.84% -
XYZ 51.31 62.13 9.86 -
YUV 191.06 30.34 142.94 -
System Red Green Blue C M Y K H S L
Decimal 212 214 18 0.01 0 0.92 0.16 60.61 0.84 0.45
Hex D4 D6 12 1 0 5C 10 3D 54 2D
Octal 324 326 22 1 0 134 20 75 124 55
Binary 11010100 11010110 10010 1 0 1011100 10000 111101 1010100 101101

Color Harmonies of #D4D612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D612

Black with #D4D612

Text Example


Text Example

White with #D4D612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D612; }

 p { color: rgb(212,214,18); }

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

background-color css

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

 a { background-color: rgb(212,214,18); }

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

border-color css

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

 span { border-color: rgb(212,214,18); }

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