Html Css Color HEX #D0E00C Barberry

📋 copy color: '#D0E00C'

red 208 ◦ green 224 ◦ blue 12

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

Shades of Barberry #D0E00C

Tints of Barberry #D0E00C

RGB

 RED value IS 208 (81.64% from 255) = 46.85%

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

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

R = 46.85%
G = 50.45%
B = 2.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#D0E00C (or 0xD0E00C) is known color: Barberry. HEX triplet: D0, E0 and 0C. RGB value is (208,224,12). Sum of RGB (Red+Green+Blue) = 208+224+12=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E00C is #2F1FF3. Grayscale: #C3C3C3. Windows color (decimal): -3088372 or 843984. OLE color: 843984.

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

Color convert

RGB 208 224 12 -
CMYK 0.07 0 0.95 0.12
HSL 64.53º 0.9% 0.46% -
HSV(B) 64.53º 0.95% 0.88% -
XYZ 52.73 66.75 10.45 -
YUV 195.05 24.7 137.24 -
System Red Green Blue C M Y K H S L
Decimal 208 224 12 0.07 0 0.95 0.12 64.53 0.9 0.46
Hex D0 E0 C 7 0 5F C 41 5A 2E
Octal 320 340 14 7 0 137 14 101 132 56
Binary 11010000 11100000 1100 111 0 1011111 1100 1000001 1011010 101110

Color Harmonies of #D0E00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E00C

Black with #D0E00C

Text Example


Text Example

White with #D0E00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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