Html Css Color HEX #D4E00C Barberry

📋 copy color: '#D4E00C'

red 212 ◦ green 224 ◦ blue 12

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

Shades of Barberry #D4E00C

Tints of Barberry #D4E00C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50%

 BLUE value IS 12 (5.08% from 255) = 2.68%

R = 47.32%
G = 50%
B = 2.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#D4E00C (or 0xD4E00C) is known color: Barberry. HEX triplet: D4, E0 and 0C. RGB value is (212,224,12). Sum of RGB (Red+Green+Blue) = 212+224+12=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4E00C is #2B1FF3. Grayscale: #C5C5C5. Windows color (decimal): -2826228 or 843988. OLE color: 843988.

HSL color Cylindrical-coordinate representation of color #D4E00C: hue angle of 63.4º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4E00C is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 224 12 -
CMYK 0.05 0 0.95 0.12
HSL 63.4º 0.9% 0.46% -
HSV(B) 63.4º 0.95% 0.88% -
XYZ 53.87 67.33 10.51 -
YUV 196.24 24.02 139.24 -
System Red Green Blue C M Y K H S L
Decimal 212 224 12 0.05 0 0.95 0.12 63.4 0.9 0.46
Hex D4 E0 C 5 0 5F C 3F 5A 2E
Octal 324 340 14 5 0 137 14 77 132 56
Binary 11010100 11100000 1100 101 0 1011111 1100 111111 1011010 101110

Color Harmonies of #D4E00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E00C

Black with #D4E00C

Text Example


Text Example

White with #D4E00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E00C; }

 p { color: rgb(212,224,12); }

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

background-color css

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

 a { background-color: rgb(212,224,12); }

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

border-color css

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

 span { border-color: rgb(212,224,12); }

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