Html Css Color HEX #D4DC11 Barberry

📋 copy color: '#D4DC11'

red 212 ◦ green 220 ◦ blue 17

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

Shades of Barberry #D4DC11

Tints of Barberry #D4DC11

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49%

 BLUE value IS 17 (7.03% from 255) = 3.79%

R = 47.22%
G = 49%
B = 3.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#D4DC11 (or 0xD4DC11) is known color: Barberry. HEX triplet: D4, DC and 11. RGB value is (212,220,17). Sum of RGB (Red+Green+Blue) = 212+220+17=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 17 (7.03% from 255 or 3.79% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4DC11 is #2B23EE. Grayscale: #C3C3C3. Windows color (decimal): -2827247 or 1170644. OLE color: 1170644.

HSL color Cylindrical-coordinate representation of color #D4DC11: hue angle of 62.36º degrees, saturation: 0.86, 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 #D4DC11 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 220 17 -
CMYK 0.04 0 0.92 0.14
HSL 62.36º 0.86% 0.46% -
HSV(B) 62.36º 0.92% 0.86% -
XYZ 52.85 65.22 10.33 -
YUV 194.47 27.85 140.51 -
System Red Green Blue C M Y K H S L
Decimal 212 220 17 0.04 0 0.92 0.14 62.36 0.86 0.46
Hex D4 DC 11 4 0 5C E 3E 56 2E
Octal 324 334 21 4 0 134 16 76 126 56
Binary 11010100 11011100 10001 100 0 1011100 1110 111110 1010110 101110

Color Harmonies of #D4DC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DC11

Black with #D4DC11

Text Example


Text Example

White with #D4DC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DC11; }

 p { color: rgb(212,220,17); }

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

background-color css

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

 a { background-color: rgb(212,220,17); }

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

border-color css

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

 span { border-color: rgb(212,220,17); }

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