Html Css Color HEX #D0E00D Barberry

📋 copy color: '#D0E00D'

red 208 ◦ green 224 ◦ blue 13

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

Shades of Barberry #D0E00D

Tints of Barberry #D0E00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.92%

R = 46.74%
G = 50.34%
B = 2.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#D0E00D (or 0xD0E00D) is known color: Barberry. HEX triplet: D0, E0 and 0D. RGB value is (208,224,13). Sum of RGB (Red+Green+Blue) = 208+224+13=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E00D is #2F1FF2. Grayscale: #C3C3C3. Windows color (decimal): -3088371 or 909520. OLE color: 909520.

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

Color convert

RGB 208 224 13 -
CMYK 0.07 0 0.94 0.12
HSL 64.55º 0.89% 0.46% -
HSV(B) 64.55º 0.94% 0.88% -
XYZ 52.74 66.75 10.49 -
YUV 195.16 25.2 137.16 -
System Red Green Blue C M Y K H S L
Decimal 208 224 13 0.07 0 0.94 0.12 64.55 0.89 0.46
Hex D0 E0 D 7 0 5E C 41 59 2E
Octal 320 340 15 7 0 136 14 101 131 56
Binary 11010000 11100000 1101 111 0 1011110 1100 1000001 1011001 101110

Color Harmonies of #D0E00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E00D

Black with #D0E00D

Text Example


Text Example

White with #D0E00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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