Html Css Color HEX #D2DC18 Barberry

📋 copy color: '#D2DC18'

red 210 ◦ green 220 ◦ blue 24

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

Shades of Barberry #D2DC18

Tints of Barberry #D2DC18

RGB

 RED value IS 210 (82.42% from 255) = 46.26%

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

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

R = 46.26%
G = 48.46%
B = 5.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#D2DC18 (or 0xD2DC18) is known color: Barberry. HEX triplet: D2, DC and 18. RGB value is (210,220,24). Sum of RGB (Red+Green+Blue) = 210+220+24=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 24 (9.77% from 255 or 5.29% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DC18 is #2D23E7. Grayscale: #C3C3C3. Windows color (decimal): -2958312 or 1629394. OLE color: 1629394.

HSL color Cylindrical-coordinate representation of color #D2DC18: hue angle of 63.06º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2DC18 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 220 24 -
CMYK 0.05 0 0.89 0.14
HSL 63.06º 0.8% 0.48% -
HSV(B) 63.06º 0.89% 0.86% -
XYZ 52.34 64.95 10.64 -
YUV 194.67 31.69 138.94 -
System Red Green Blue C M Y K H S L
Decimal 210 220 24 0.05 0 0.89 0.14 63.06 0.8 0.48
Hex D2 DC 18 5 0 59 E 3F 50 30
Octal 322 334 30 5 0 131 16 77 120 60
Binary 11010010 11011100 11000 101 0 1011001 1110 111111 1010000 110000

Color Harmonies of #D2DC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DC18

Black with #D2DC18

Text Example


Text Example

White with #D2DC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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