Html Css Color HEX #D4DB12 Barberry

📋 copy color: '#D4DB12'

red 212 ◦ green 219 ◦ blue 18

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

Shades of Barberry #D4DB12

Tints of Barberry #D4DB12

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.78%

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

R = 47.22%
G = 48.78%
B = 4.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#D4DB12 (or 0xD4DB12) is known color: Barberry. HEX triplet: D4, DB and 12. RGB value is (212,219,18). Sum of RGB (Red+Green+Blue) = 212+219+18=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4DB12 is #2B24ED. Grayscale: #C2C2C2. Windows color (decimal): -2827502 or 1235924. OLE color: 1235924.

HSL color Cylindrical-coordinate representation of color #D4DB12: hue angle of 62.09º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4DB12 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 219 18 -
CMYK 0.03 0 0.92 0.14
HSL 62.09º 0.85% 0.46% -
HSV(B) 62.09º 0.92% 0.86% -
XYZ 52.59 64.7 10.29 -
YUV 193.99 28.68 140.84 -
System Red Green Blue C M Y K H S L
Decimal 212 219 18 0.03 0 0.92 0.14 62.09 0.85 0.46
Hex D4 DB 12 3 0 5C E 3E 55 2E
Octal 324 333 22 3 0 134 16 76 125 56
Binary 11010100 11011011 10010 11 0 1011100 1110 111110 1010101 101110

Color Harmonies of #D4DB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DB12

Black with #D4DB12

Text Example


Text Example

White with #D4DB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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