Html Css Color HEX #D0DC12 Barberry

📋 copy color: '#D0DC12'

red 208 ◦ green 220 ◦ blue 18

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

Shades of Barberry #D0DC12

Tints of Barberry #D0DC12

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.33%

 BLUE value IS 18 (7.42% from 255) = 4.04%

R = 46.64%
G = 49.33%
B = 4.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#D0DC12 (or 0xD0DC12) is known color: Barberry. HEX triplet: D0, DC and 12. RGB value is (208,220,18). Sum of RGB (Red+Green+Blue) = 208+220+18=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DC12 is #2F23ED. Grayscale: #C2C2C2. Windows color (decimal): -3089390 or 1236176. OLE color: 1236176.

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

Color convert

RGB 208 220 18 -
CMYK 0.05 0 0.92 0.14
HSL 63.56º 0.85% 0.47% -
HSV(B) 63.56º 0.92% 0.86% -
XYZ 51.71 64.64 10.32 -
YUV 193.38 29.02 138.43 -
System Red Green Blue C M Y K H S L
Decimal 208 220 18 0.05 0 0.92 0.14 63.56 0.85 0.47
Hex D0 DC 12 5 0 5C E 40 55 2F
Octal 320 334 22 5 0 134 16 100 125 57
Binary 11010000 11011100 10010 101 0 1011100 1110 1000000 1010101 101111

Color Harmonies of #D0DC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DC12

Black with #D0DC12

Text Example


Text Example

White with #D0DC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DC12; }

 p { color: rgb(208,220,18); }

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

background-color css

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

 a { background-color: rgb(208,220,18); }

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

border-color css

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

 span { border-color: rgb(208,220,18); }

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