Html Css Color HEX #D4D218 Barberry

📋 copy color: '#D4D218'

red 212 ◦ green 210 ◦ blue 24

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

Shades of Barberry #D4D218

Tints of Barberry #D4D218

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.09%

 BLUE value IS 24 (9.77% from 255) = 5.38%

R = 47.53%
G = 47.09%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D4D218 (or 0xD4D218) is known color: Barberry. HEX triplet: D4, D2 and 18. RGB value is (212,210,24). Sum of RGB (Red+Green+Blue) = 212+210+24=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 24 (9.77% from 255 or 5.38% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D218 is #2B2DE7. Grayscale: #BEBEBE. Windows color (decimal): -2829800 or 1626836. OLE color: 1626836.

HSL color Cylindrical-coordinate representation of color #D4D218: hue angle of 59.36º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4D218 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 210 24 -
CMYK 0 0.01 0.89 0.17
HSL 59.36º 0.8% 0.46% -
HSV(B) 59.36º 0.89% 0.83% -
XYZ 50.36 60.16 9.82 -
YUV 189.39 34.66 144.12 -
System Red Green Blue C M Y K H S L
Decimal 212 210 24 0 0.01 0.89 0.17 59.36 0.8 0.46
Hex D4 D2 18 0 1 59 11 3B 50 2E
Octal 324 322 30 0 1 131 21 73 120 56
Binary 11010100 11010010 11000 0 1 1011001 10001 111011 1010000 101110

Color Harmonies of #D4D218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D218

Black with #D4D218

Text Example


Text Example

White with #D4D218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D218; }

 p { color: rgb(212,210,24); }

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

background-color css

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

 a { background-color: rgb(212,210,24); }

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

border-color css

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

 span { border-color: rgb(212,210,24); }

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