Html Css Color HEX #D2DE14 Barberry

📋 copy color: '#D2DE14'

red 210 ◦ green 222 ◦ blue 20

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

Shades of Barberry #D2DE14

Tints of Barberry #D2DE14

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.12%

 BLUE value IS 20 (8.2% from 255) = 4.42%

R = 46.46%
G = 49.12%
B = 4.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#D2DE14 (or 0xD2DE14) is known color: Barberry. HEX triplet: D2, DE and 14. RGB value is (210,222,20). Sum of RGB (Red+Green+Blue) = 210+222+20=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DE14 is #2D21EB. Grayscale: #C4C4C4. Windows color (decimal): -2957804 or 1367762. OLE color: 1367762.

HSL color Cylindrical-coordinate representation of color #D2DE14: hue angle of 63.56º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2DE14 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 222 20 -
CMYK 0.05 0 0.91 0.13
HSL 63.56º 0.83% 0.47% -
HSV(B) 63.56º 0.91% 0.87% -
XYZ 52.83 65.99 10.62 -
YUV 195.38 29.02 138.43 -
System Red Green Blue C M Y K H S L
Decimal 210 222 20 0.05 0 0.91 0.13 63.56 0.83 0.47
Hex D2 DE 14 5 0 5B D 40 53 2F
Octal 322 336 24 5 0 133 15 100 123 57
Binary 11010010 11011110 10100 101 0 1011011 1101 1000000 1010011 101111

Color Harmonies of #D2DE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DE14

Black with #D2DE14

Text Example


Text Example

White with #D2DE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DE14; }

 p { color: rgb(210,222,20); }

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

background-color css

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

 a { background-color: rgb(210,222,20); }

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

border-color css

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

 span { border-color: rgb(210,222,20); }

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