Html Css Color HEX #D3E00C Barberry

📋 copy color: '#D3E00C'

red 211 ◦ green 224 ◦ blue 12

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

Shades of Barberry #D3E00C

Tints of Barberry #D3E00C

RGB

 RED value IS 211 (82.81% from 255) = 47.2%

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

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

R = 47.2%
G = 50.11%
B = 2.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#D3E00C (or 0xD3E00C) is known color: Barberry. HEX triplet: D3, E0 and 0C. RGB value is (211,224,12). Sum of RGB (Red+Green+Blue) = 211+224+12=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3E00C is #2C1FF3. Grayscale: #C4C4C4. Windows color (decimal): -2891764 or 843987. OLE color: 843987.

HSL color Cylindrical-coordinate representation of color #D3E00C: hue angle of 63.68º 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 #D3E00C is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 224 12 -
CMYK 0.06 0 0.95 0.12
HSL 63.68º 0.9% 0.46% -
HSV(B) 63.68º 0.95% 0.88% -
XYZ 53.59 67.19 10.49 -
YUV 195.95 24.19 138.74 -
System Red Green Blue C M Y K H S L
Decimal 211 224 12 0.06 0 0.95 0.12 63.68 0.9 0.46
Hex D3 E0 C 6 0 5F C 40 5A 2E
Octal 323 340 14 6 0 137 14 100 132 56
Binary 11010011 11100000 1100 110 0 1011111 1100 1000000 1011010 101110

Color Harmonies of #D3E00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E00C

Black with #D3E00C

Text Example


Text Example

White with #D3E00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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