Html Css Color HEX #DCDF14 Barberry

📋 copy color: '#DCDF14'

red 220 ◦ green 223 ◦ blue 20

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

Shades of Barberry #DCDF14

Tints of Barberry #DCDF14

RGB

 RED value IS 220 (86.33% from 255) = 47.52%

 GREEN value IS 223 (87.5% from 255) = 48.16%

 BLUE value IS 20 (8.2% from 255) = 4.32%

R = 47.52%
G = 48.16%
B = 4.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DCDF14 (or 0xDCDF14) is known color: Barberry. HEX triplet: DC, DF and 14. RGB value is (220,223,20). Sum of RGB (Red+Green+Blue) = 220+223+20=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDF14 is #2320EB. Grayscale: #C7C7C7. Windows color (decimal): -2302188 or 1368028. OLE color: 1368028.

HSL color Cylindrical-coordinate representation of color #DCDF14: hue angle of 60.89º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCDF14 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 223 20 -
CMYK 0.01 0 0.91 0.13
HSL 60.89º 0.84% 0.48% -
HSV(B) 60.89º 0.91% 0.87% -
XYZ 56.03 68.04 10.84 -
YUV 198.96 27.01 143.01 -
System Red Green Blue C M Y K H S L
Decimal 220 223 20 0.01 0 0.91 0.13 60.89 0.84 0.48
Hex DC DF 14 1 0 5B D 3D 54 30
Octal 334 337 24 1 0 133 15 75 124 60
Binary 11011100 11011111 10100 1 0 1011011 1101 111101 1010100 110000

Color Harmonies of #DCDF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF14

Black with #DCDF14

Text Example


Text Example

White with #DCDF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF14; }

 p { color: rgb(220,223,20); }

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

background-color css

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

 a { background-color: rgb(220,223,20); }

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

border-color css

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

 span { border-color: rgb(220,223,20); }

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